Searched refs:repeatedlyInterruptTestThread (Results 1 – 6 of 6) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | UninterruptiblesTest.java | 19 import static com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread; 231 repeatedlyInterruptTestThread(20, tearDownStack); in testPutMultiInterrupt() 260 repeatedlyInterruptTestThread(20, tearDownStack); in testTakeMultiInterrupt() 321 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinMultiInterrupt() 328 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinTimeoutMultiInterruptNoExpire() 340 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinTimeoutMultiInterruptExpired() 357 repeatedlyInterruptTestThread(10, tearDownStack); in testSleepMultiInterrupt() 400 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptNoExpire() 412 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptExpired() 454 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptNoExpireMultiPermit() [all …]
|
D | UninterruptibleFutureTest.java | 19 import static com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread; 123 repeatedlyInterruptTestThread(100, tearDownStack); in testMakeUninterruptible_timeoutPreservedThroughInterruption()
|
D | InterruptionUtil.java | 88 static void repeatedlyInterruptTestThread( in repeatedlyInterruptTestThread() method in InterruptionUtil
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | UninterruptiblesTest.java | 19 import static com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread; 232 repeatedlyInterruptTestThread(20, tearDownStack); in testPutMultiInterrupt() 261 repeatedlyInterruptTestThread(20, tearDownStack); in testTakeMultiInterrupt() 322 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinMultiInterrupt() 329 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinTimeoutMultiInterruptNoExpire() 341 repeatedlyInterruptTestThread(20, tearDownStack); in testJoinTimeoutMultiInterruptExpired() 358 repeatedlyInterruptTestThread(10, tearDownStack); in testSleepMultiInterrupt() 401 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptNoExpire() 413 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptExpired() 455 repeatedlyInterruptTestThread(20, tearDownStack); in testTryAcquireTimeoutMultiInterruptNoExpireMultiPermit() [all …]
|
D | UninterruptibleFutureTest.java | 19 import static com.google.common.util.concurrent.InterruptionUtil.repeatedlyInterruptTestThread; 123 repeatedlyInterruptTestThread(100, tearDownStack); in testMakeUninterruptible_timeoutPreservedThroughInterruption()
|
D | InterruptionUtil.java | 88 static void repeatedlyInterruptTestThread( in repeatedlyInterruptTestThread() method in InterruptionUtil
|