Searched refs:NANOS_PER_MILLI (Results 1 – 7 of 7) sorted by relevance
144 private static final long NANOS_PER_MILLI = 1_000_000L; field in ThreadsTest.Parker183 this.amount = absolute ? parkMillis : parkMillis * NANOS_PER_MILLI; in Parker()245 return (endNanos - startNanos) / NANOS_PER_MILLI; in getDurationMillis()
47 private static final int NANOS_PER_MILLI = 1000 * 1000; field in Daemons56 private static long MAX_FINALIZE_NANOS = 10L * 1000 * NANOS_PER_MILLI;515 long sleepMillis = (sleepNanos + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in sleepForNanos()541 NANOS_PER_MILLI * VMRuntime.getRuntime().getFinalizerTimeoutMs(); in waitForProgress()
198 private static final int NANOS_PER_MILLI = 1000_000; field in FileTime253 * NANOS_PER_MILLI; in toInstant()
70 import static java.time.LocalTime.NANOS_PER_MILLI;231 return new TickClock(system(zone), NANOS_PER_MILLI); in tickMillis()
65 import static java.time.LocalTime.NANOS_PER_MILLI;
189 static final long NANOS_PER_MILLI = 1000_000L; field in LocalTime
352 private static final int NANOS_PER_MILLI = 1000000; // 0xf4240 field in Thread