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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java359 SNode m = awaitFulfill(s, timed, nanos);
410 SNode awaitFulfill(SNode s, boolean timed, long nanos) { method in class:SynchronousQueue.TransferStack
431 * method rather than calling awaitFulfill.
694 Object x = awaitFulfill(s, e, timed, nanos);
737 Object awaitFulfill(QNode s, Object e, boolean timed, long nanos) { method in class:SynchronousQueue.TransferQueue
738 /* Same idea as TransferStack.awaitFulfill */

Completed in 33 milliseconds