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