Searched refs:tryMatch (Results 1 – 2 of 2) sorted by relevance
446 final boolean tryMatch(Object cmp, Object val) { in tryMatch() method in LinkedTransferQueue.Node605 if (p.tryMatch(item, e)) { in xfer()940 p.tryMatch(item, null); in remove()1429 if (o.equals(item) && p.tryMatch(item, null)) { in remove()1583 if (p.tryMatch(item, null)) in bulkRemove()
258 boolean tryMatch(SNode s) { in tryMatch() method in SynchronousQueue.TransferStack.SNode422 if (m.tryMatch(s)) { in transfer()435 if (m.tryMatch(h)) // help match in transfer()