MCPcopy Create free account
hub / github.com/ReadyTalk/avian / excessNanos

Method excessNanos

classpath/java/util/concurrent/TimeUnit.java:55–58  ·  view source on GitHub ↗
(long d, long m)

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 int excessNanos(long d, long m) {
57 return (int) (d - (m * NANOSECONDS_PER_MILLISECOND));
58 }
59 },
60 MICROSECONDS {
61 @Override

Callers 3

timedWaitMethod · 0.95
timedJoinMethod · 0.95
sleepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected