Home | History | Annotate | Download | only in concurrent

Lines Matching defs:LONG_DELAY_MS

67  * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
262 public static long LONG_DELAY_MS;
279 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
510 exec.awaitTermination(2 * LONG_DELAY_MS, MILLISECONDS));
745 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
749 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
790 * Waits for LONG_DELAY_MS milliseconds for the thread to
795 awaitTermination(t, LONG_DELAY_MS);
931 assertTrue(latch.await(LONG_DELAY_MS, MILLISECONDS));
939 assertTrue(semaphore.tryAcquire(LONG_DELAY_MS, MILLISECONDS));
946 // * Spin-waits up to LONG_DELAY_MS until flag becomes true.
949 // await(flag, LONG_DELAY_MS);
1037 delay(LONG_DELAY_MS);
1102 delay(LONG_DELAY_MS);
1174 return super.await(2 * LONG_DELAY_MS, MILLISECONDS);