Home | History | Annotate | Download | only in jsr166

Lines Matching defs:LONG_DELAY_MS

62  * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
117 public static long LONG_DELAY_MS;
135 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
217 thread.join(LONG_DELAY_MS);
389 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
616 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
620 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
661 * Waits for LONG_DELAY_MS milliseconds for the thread to
666 awaitTermination(t, LONG_DELAY_MS);
802 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
810 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
817 // * Spin-waits up to LONG_DELAY_MS until flag becomes true.
820 // await(flag, LONG_DELAY_MS);
908 delay(LONG_DELAY_MS);
973 delay(LONG_DELAY_MS);
1045 return super.await(2 * LONG_DELAY_MS, MILLISECONDS);