Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DGcFinalizationTest.java96 class Interruptenator extends Thread { class in GcFinalizationTest
98 Interruptenator(final Thread interruptee) { in Interruptenator() method in GcFinalizationTest.Interruptenator
101 Interruptenator(final Thread interruptee, in Interruptenator() method in GcFinalizationTest.Interruptenator
126 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwait_CountDownLatch_Interrupted()
142 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_Future_Interrupted_Interrupted()
158 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitClear_Interrupted()
174 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); in testAwaitDone_FinalizationPredicate_Interrupted()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java43 private static final class Interruptenator implements Runnable { class in InterruptionUtil
48 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() method in InterruptionUtil.Interruptenator
94 final Interruptenator interruptingTask = in repeatedlyInterruptTestThread()
95 new Interruptenator(Thread.currentThread(), interruptPeriodMillis); in repeatedlyInterruptTestThread()