Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java446 final boolean tryMatch(Object cmp, Object val) { in tryMatch() method in LinkedTransferQueue.Node
605 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()
DSynchronousQueue.java258 boolean tryMatch(SNode s) { in tryMatch() method in SynchronousQueue.TransferStack.SNode
422 if (m.tryMatch(s)) { in transfer()
435 if (m.tryMatch(h)) // help match in transfer()