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

/libcore/luni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java352 * estimate of possible unsplice failures (in "sweepVotes").
365 * Because the sweepVotes estimate is conservative, and because
405 * The maximum number of estimated removal failures (sweepVotes)
536 private transient volatile int sweepVotes; field in class:LinkedTransferQueue
900 * nor s are head or offlist, add to sweepVotes, and if enough
921 int v = sweepVotes;
1312 (k.getDeclaredField("sweepVotes"));

Completed in 37 milliseconds