Searched refs:Interrupter (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java179 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 { class in class:QueuesTest
293 Interrupter(Thread threadToInterrupt) { method in class:QueuesTest.Interrupter

Completed in 87 milliseconds