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

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

Completed in 30 milliseconds