Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java367 private int excessNanos(long d, long m) { in excessNanos() method in TimeUnit
407 int ns = excessNanos(timeout, ms); in timedWait()
427 int ns = excessNanos(timeout, ms); in timedJoin()
445 int ns = excessNanos(timeout, ms); in sleep()