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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java282 * the third in method awaitMatch.
317 * 3. Await match or cancellation (method awaitMatch)
644 return awaitMatch(s, pred, e, (how == TIMED), nanos);
697 private E awaitMatch(Node s, Node pred, E e, boolean timed, long nanos) { method in class:LinkedTransferQueue

Completed in 31 milliseconds