Home
last modified time | relevance | path

Searched refs:Interruptenator (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-testlib/test/com/google/common/testing/
DGcFinalizationTest.java109 class Interruptenator extends Thread { class in GcFinalizationTest
112 Interruptenator(final Thread interruptee) { in Interruptenator() method in GcFinalizationTest.Interruptenator
116 Interruptenator(final Thread interruptee, final AtomicBoolean shutdown) { in Interruptenator() method in GcFinalizationTest.Interruptenator
144 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwait_CountDownLatch_Interrupted()
160 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_Future_Interrupted_Interrupted()
176 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitClear_Interrupted()
192 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_FinalizationPredicate_Interrupted()
/external/guava/guava-testlib/test/com/google/common/testing/
DGcFinalizationTest.java110 class Interruptenator extends Thread { class in GcFinalizationTest
113 Interruptenator(final Thread interruptee) { in Interruptenator() method in GcFinalizationTest.Interruptenator
117 Interruptenator(final Thread interruptee, final AtomicBoolean shutdown) { in Interruptenator() method in GcFinalizationTest.Interruptenator
146 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwait_CountDownLatch_Interrupted()
162 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_Future_Interrupted_Interrupted()
178 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitClear_Interrupted()
194 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_FinalizationPredicate_Interrupted()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java39 private static final class Interruptenator implements Runnable { class in InterruptionUtil
44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() method in InterruptionUtil.Interruptenator
90 final Interruptenator interruptingTask = in repeatedlyInterruptTestThread()
91 new Interruptenator(Thread.currentThread(), interruptPeriodMillis); in repeatedlyInterruptTestThread()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java39 private static final class Interruptenator implements Runnable { class in InterruptionUtil
44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() method in InterruptionUtil.Interruptenator
90 final Interruptenator interruptingTask = in repeatedlyInterruptTestThread()
91 new Interruptenator(Thread.currentThread(), interruptPeriodMillis); in repeatedlyInterruptTestThread()