Searched defs:Interruptenator (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/testing/
H A DGcFinalizationTest.java82 class Interruptenator extends Thread { class in class:GcFinalizationTest
84 Interruptenator(final Thread interruptee) { method in class:GcFinalizationTest.Interruptenator
87 Interruptenator(final Thread interruptee, method in class:GcFinalizationTest.Interruptenator
112 Interruptenator interruptenator = new Interruptenator(Thread.currentThread());
128 Interruptenator interruptenator = new Interruptenator(Thread.currentThread());
144 Interruptenator interruptenator = new Interruptenator(Thread.currentThread());
160 Interruptenator interruptenato
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DInterruptionUtil.java42 private static final class Interruptenator implements Runnable { class in class:InterruptionUtil
47 Interruptenator(Thread interruptee, long everyMillis) { method in class:InterruptionUtil.Interruptenator
92 final Interruptenator interruptingTask =
93 new Interruptenator(Thread.currentThread(), interruptPeriodMillis);

Completed in 1518 milliseconds