Searched defs:waitingThread (Results 1 – 4 of 4) sorted by relevance
42 private WaitingThread waitingThread; field in WaitingThreadAborter62 public void setWaitingThread(WaitingThread waitingThread) { in setWaitingThread()
199 Thread waitingThread = new Thread(interruptReporter); in runNInterruptsTest() local217 Thread waitingThread = new Thread(wasInterrupted); in testMakeUninterruptible_plainFutureSanityCheck() local
133 private val waitingThread = atomic<Thread?>(null) constant