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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedTransferQueue.java587 private static final int TIMED = 3; // for timed poll, tryTransfer field in class:LinkedTransferQueue
594 * @param how NOW, ASYNC, SYNC, or TIMED
595 * @param nanos timeout in nanosecs, used only if mode is TIMED
640 return awaitMatch(s, pred, e, (how == TIMED), nanos);
1340 if (xfer(e, true, TIMED, unit.toNanos(timeout)) == null)
1356 E e = xfer(null, false, TIMED, unit.toNanos(timeout));

Completed in 7 milliseconds