Searched refs:NANOS_PER_MILLI (Results 1 – 2 of 2) sorted by relevance
32 private static final long NANOS_PER_MILLI = 1000000; field in EventScheduler231 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()