Searched refs:interruptingThread (Results 1 – 2 of 2) sorted by relevance
92 final Thread interruptingThread = new Thread(interruptingTask); in repeatedlyInterruptTestThread() local93 interruptingThread.start(); in repeatedlyInterruptTestThread()99 interruptingThread.interrupt(); in repeatedlyInterruptTestThread()100 joinUninterruptibly(interruptingThread, 2500, MILLISECONDS); in repeatedlyInterruptTestThread()102 if (interruptingThread.isAlive()) { in repeatedlyInterruptTestThread()