Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java179 threadPool.submit(new Interrupter(Thread.currentThread())); in testDrain_throws()
198 new Interrupter(mainThread).run(); in testDrainUninterruptibly_doesNotThrow()
251 threadPool.submit(new Interrupter(Thread.currentThread())); in assertInterruptibleDrained()
267 threadPool.submit(new Interrupter(Thread.currentThread())); in assertUninterruptibleDrained()
301 private static class Interrupter implements Runnable { class in QueuesTest
304 Interrupter(Thread threadToInterrupt) { in Interrupter() method in QueuesTest.Interrupter