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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java327 * it tries to unsplice any nodes between the current "head"
356 * to be removed, we can unsplice s by CASing the next field of
384 * estimate of possible unsplice failures (in "sweepVotes").
565 /** The number of apparent failures to unsplice removed nodes */
708 unsplice(pred, s); // try to unlink and cancel
939 * include variants of unsplice and sweep upon each
942 * skip ahead from stale nodes and unsplice deleted ones
1016 unsplice(lastPred, lastRet);
1135 final void unsplice(Node pred, Node s) { method in class:LinkedTransferQueue
1206 unsplice(pre
[all...]

Completed in 735 milliseconds