Searched refs:sweepVotes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java381 * estimate of possible unsplice failures (in "sweepVotes").
394 * Because the sweepVotes estimate is conservative, and because
434 * The maximum number of estimated removal failures (sweepVotes)
565 private transient volatile int sweepVotes; field in class:LinkedTransferQueue
930 * nor s are head or offlist, add to sweepVotes, and if enough
951 int v = sweepVotes;
1346 (k.getDeclaredField("sweepVotes"));

Completed in 24 milliseconds