Searched refs:timeLeft (Results 1 – 2 of 2) sorted by relevance
279 long timeLeft = available.awaitNanos(delay); in poll() local280 nanos -= delay - timeLeft; in poll()
1229 long timeLeft = available.awaitNanos(delay); in poll() local1230 nanos -= delay - timeLeft; in poll()