Searched defs:timeoutMillis (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java601 long timeoutMillis() { method in class:JSR166TestCase
981 * millisecond delay of {@code timeoutMillis()}.
984 assertThreadStaysAlive(thread, timeoutMillis());
1002 * millisecond delay of {@code timeoutMillis()}.
1005 assertThreadsStayAlive(timeoutMillis(), threads);
1024 * {@code timeoutMillis()}.
1027 assertFutureTimesOut(future, timeoutMillis());
1033 void assertFutureTimesOut(Future future, long timeoutMillis) { argument
1036 future.get(timeoutMillis, MILLISECONDS);
1042 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
1212 waitForThreadToEnterWaitState(Thread thread, long timeoutMillis) argument
1235 waitForThreadToEnterWaitState( Thread thread, long timeoutMillis, Callable<Boolean> waitingForGodot) argument
1304 checkTimedGet(Future<T> f, T expectedValue, long timeoutMillis) argument
1332 awaitTermination(Thread t, long timeoutMillis) argument
1506 await(CountDownLatch latch, long timeoutMillis) argument
1602 possiblyInterruptedRunnable(final long timeoutMillis) argument
1640 trackedRunnable(final long timeoutMillis) argument
[all...]

Completed in 113 milliseconds