HomeSort by relevance Sort by last modified time
    Searched refs:Interruptenator (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/test/com/google/common/testing/
GcFinalizationTest.java 96 class Interruptenator extends Thread {
98 Interruptenator(final Thread interruptee) {
101 Interruptenator(final Thread interruptee,
126 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); local
136 interruptenator.shutdown();
142 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()) local
158 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); local
174 Interruptenator interruptenator = new Interruptenator(Thread.currentThread()); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 43 private static final class Interruptenator implements Runnable {
48 Interruptenator(Thread interruptee, long everyMillis) {
94 final Interruptenator interruptingTask =
95 new Interruptenator(Thread.currentThread(), interruptPeriodMillis);

Completed in 86 milliseconds