Home | History | Annotate | Download | only in concurrent

Lines Matching defs:LONG_DELAY_MS

65  * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
260 public static long LONG_DELAY_MS;
277 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
508 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
743 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
747 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
788 * Waits for LONG_DELAY_MS milliseconds for the thread to
793 awaitTermination(t, LONG_DELAY_MS);
929 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
937 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
944 // * Spin-waits up to LONG_DELAY_MS until flag becomes true.
947 // await(flag, LONG_DELAY_MS);
1035 delay(LONG_DELAY_MS);
1100 delay(LONG_DELAY_MS);
1172 return super.await(2 * LONG_DELAY_MS, MILLISECONDS);