Searched refs:interruptingThread (Results 1 – 1 of 1) sorted by relevance
96 final Thread interruptingThread = new Thread(interruptingTask); in repeatedlyInterruptTestThread() local97 interruptingThread.start(); in repeatedlyInterruptTestThread()101 interruptingThread.interrupt(); in repeatedlyInterruptTestThread()102 joinUninterruptibly(interruptingThread, 2500, MILLISECONDS); in repeatedlyInterruptTestThread()104 if (interruptingThread.isAlive()) { in repeatedlyInterruptTestThread()