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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java285 * the third in method awaitMatch.
320 * 3. Await match or cancellation (method awaitMatch)
640 return awaitMatch(s, pred, e, (how == TIMED), nanos);
693 private E awaitMatch(Node s, Node pred, E e, boolean timed, long nanos) { method in class:LinkedTransferQueue

Completed in 108 milliseconds