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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java324 * it tries to unsplice any nodes between the current "head"
353 * to be removed, we can unsplice s by CASing the next field of
381 * estimate of possible unsplice failures (in "sweepVotes").
564 /** The number of apparent failures to unsplice removed nodes */
712 unsplice(pred, s);
834 * include variants of unsplice and sweep upon each
837 * skip ahead from stale nodes and unsplice deleted ones
910 unsplice(lastPred, lastRet);
924 final void unsplice(Node pred, Node s) { method in class:LinkedTransferQueue
995 unsplice(pre
[all...]

Completed in 52 milliseconds