Searched defs:sweep (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java241 synchronized (sweep) {
242 sweep.notify();
253 private static Object sweep = new Object(); field in class:LowMemoryTest
266 synchronized (sweep) {
269 sweep.wait();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java382 * We trigger a full sweep when the estimate exceeds a threshold
834 * include variants of unsplice and sweep upon each
931 * votes have accumulated, sweep.
950 for (;;) { // sweep now if enough votes
957 sweep();
970 private void sweep() { method in class:LinkedTransferQueue
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java931 private void sweep(boolean down) { method in class:HierarchicalLayoutManager.AssignXCoordinates
1081 sweep(true);
1082 sweep(true);
1083 sweep(false);
1084 sweep(false);
1087 sweep(true);
1088 sweep(true);

Completed in 41 milliseconds