Searched defs: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.Interruptenator
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.Interruptenator
39 private static final class Interruptenator implements Runnable { class in InterruptionUtil44 Interruptenator(Thread interruptee, long everyMillis) { in Interruptenator() method in InterruptionUtil.Interruptenator