Home
last modified time | relevance | path

Searched defs:SNode (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java231 static final class SNode implements ForkJoinPool.ManagedBlocker { class in SynchronousQueue.TransferStack
241 SNode(Object item) { in SNode() method in SynchronousQueue.TransferStack.SNode