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...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 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))
    [all...]

Completed in 55 milliseconds