HomeSort by relevance Sort by last modified time
    Searched full:awaitfulfill (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 331 SNode m = awaitFulfill(s, timed, nanos);
382 SNode awaitFulfill(SNode s, boolean timed, long nanos) {
403 * method rather than calling awaitFulfill.
664 Object x = awaitFulfill(s, e, timed, nanos);
707 Object awaitFulfill(QNode s, E e, boolean timed, long nanos) {
708 /* Same idea as TransferStack.awaitFulfill */
    [all...]

Completed in 562 milliseconds