Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java96 final Thread interruptingThread = new Thread(interruptingTask); in repeatedlyInterruptTestThread() local
97 interruptingThread.start(); in repeatedlyInterruptTestThread()
101 interruptingThread.interrupt(); in repeatedlyInterruptTestThread()
102 joinUninterruptibly(interruptingThread, 2500, MILLISECONDS); in repeatedlyInterruptTestThread()
104 if (interruptingThread.isAlive()) { in repeatedlyInterruptTestThread()