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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java284 * implemented within method xfer, the second in tryAppend, and
304 * 2. Try to append a new node (method tryAppend)
636 Node pred = tryAppend(s, haveData);
655 private Node tryAppend(Node s, boolean haveData) { method in class:LinkedTransferQueue

Completed in 7 milliseconds