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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java385 * We trigger a full sweep when the estimate exceeds a threshold
939 * include variants of unsplice and sweep upon each
1142 * votes have accumulated, sweep.
1161 for (;;) { // sweep now if enough votes
1168 sweep();
1181 private void sweep() { method in class:LinkedTransferQueue

Completed in 7 milliseconds