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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java251 * Fulfillers call tryMatch to identify their waiters.
257 boolean tryMatch(SNode s) { method in class:SynchronousQueue.TransferStack.SNode
380 if (m.tryMatch(s)) {
393 if (m.tryMatch(h)) // help match

Completed in 42 milliseconds