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

/libcore/luni/src/main/java/java/util/concurrent/
H A DSynchronousQueue.java205 static final class SNode { class in class:SynchronousQueue.TransferStack
206 volatile SNode next; // next node in stack
207 volatile SNode match; // the node matched to this
215 SNode(Object item) { method in class:SynchronousQueue.TransferStack.SNode
219 boolean casNext(SNode cmp, SNode val) {
232 boolean tryMatch(SNode s) {
264 (SNode.class.getDeclaredField("match"));
266 (SNode.class.getDeclaredField("next"));
274 volatile SNode hea
[all...]

Completed in 3 milliseconds