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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java384 * estimate of possible unsplice failures (in "sweepVotes").
397 * Because the sweepVotes estimate is conservative, and because
437 * The maximum number of estimated removal failures (sweepVotes)
566 private transient volatile int sweepVotes; field in class:LinkedTransferQueue
1141 * nor s are head or offlist, add to sweepVotes, and if enough
1162 int v = sweepVotes;
1578 (LinkedTransferQueue.class.getDeclaredField("sweepVotes"));

Completed in 22 milliseconds