HomeSort by relevance Sort by last modified time
    Searched defs:LONG_DELAY_MS (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 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))
    [all...]