Home
last modified time | relevance | path

Searched refs:TimedThread (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java281 TimedThread thread = TimedThread.createWithDelay(20); in testJoinNoInterrupt()
287 TimedThread thread = TimedThread.createWithDelay(20); in testJoinTimeoutNoInterruptNotExpired()
293 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutNoInterruptExpired()
299 TimedThread thread = TimedThread.createWithDelay(50); in testJoinSingleInterrupt()
306 TimedThread thread = TimedThread.createWithDelay(50); in testJoinTimeoutSingleInterruptNoExpire()
313 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutSingleInterruptExpired()
320 TimedThread thread = TimedThread.createWithDelay(100); in testJoinMultiInterrupt()
327 TimedThread thread = TimedThread.createWithDelay(100); in testJoinTimeoutMultiInterruptNoExpire()
339 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutMultiInterruptExpired()
735 private static final class TimedThread { class in UninterruptiblesTest.Completion
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUninterruptiblesTest.java282 TimedThread thread = TimedThread.createWithDelay(20); in testJoinNoInterrupt()
288 TimedThread thread = TimedThread.createWithDelay(20); in testJoinTimeoutNoInterruptNotExpired()
294 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutNoInterruptExpired()
300 TimedThread thread = TimedThread.createWithDelay(50); in testJoinSingleInterrupt()
307 TimedThread thread = TimedThread.createWithDelay(50); in testJoinTimeoutSingleInterruptNoExpire()
314 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutSingleInterruptExpired()
321 TimedThread thread = TimedThread.createWithDelay(100); in testJoinMultiInterrupt()
328 TimedThread thread = TimedThread.createWithDelay(100); in testJoinTimeoutMultiInterruptNoExpire()
340 TimedThread thread = TimedThread.createWithDelay(LONG_DELAY_MS); in testJoinTimeoutMultiInterruptExpired()
756 private static final class TimedThread { class in UninterruptiblesTest.Completion
[all …]