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

  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 179 threadPool.submit(new Interrupter(Thread.currentThread()));
198 new Interrupter(mainThread).run();
240 threadPool.submit(new Interrupter(Thread.currentThread()));
256 threadPool.submit(new Interrupter(Thread.currentThread()));
290 private static class Interrupter implements Runnable {
293 Interrupter(Thread threadToInterrupt) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 105 private class Interrupter extends Thread {
108 Interrupter(String name, Waiter waiter) {
274 Interrupter interrupter = local
275 new Interrupter("InterruptTest Interrupter", waiter);
276 interrupter.start();
279 interrupter.join();

Completed in 116 milliseconds