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

  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 90 * {@code LONG_DELAY_MS}. The idea here is that a SHORT is always
575 public static long LONG_DELAY_MS;
594 LONG_DELAY_MS = SHORT_DELAY_MS * 200;
686 thread.join(LONG_DELAY_MS);
694 .awaitQuiescence(LONG_DELAY_MS, MILLISECONDS))
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 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))
    [all...]

Completed in 158 milliseconds