Searched refs:Interruptenator (Results 1 – 4 of 4) sorted by relevance
109 class Interruptenator extends Thread { class in GcFinalizationTest112 Interruptenator(final Thread interruptee) { in Interruptenator() method in GcFinalizationTest.Interruptenator116 Interruptenator(final Thread interruptee, final AtomicBoolean shutdown) { in Interruptenator() method in GcFinalizationTest.Interruptenator144 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()
110 class Interruptenator extends Thread { class in GcFinalizationTest113 Interruptenator(final Thread interruptee) { in Interruptenator() method in GcFinalizationTest.Interruptenator117 Interruptenator(final Thread interruptee, final AtomicBoolean shutdown) { in Interruptenator() method in GcFinalizationTest.Interruptenator146 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()
39 private static final class Interruptenator implements Runnable { class in InterruptionUtil44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() method in InterruptionUtil.Interruptenator90 final Interruptenator interruptingTask = in repeatedlyInterruptTestThread()91 new Interruptenator(Thread.currentThread(), interruptPeriodMillis); in repeatedlyInterruptTestThread()