Home
last modified time | relevance | path

Searched defs:waitingThread (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThreadAborter.java42 private WaitingThread waitingThread; field in WaitingThreadAborter
62 public void setWaitingThread(WaitingThread waitingThread) { in setWaitingThread()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptibleFutureTest.java199 Thread waitingThread = new Thread(interruptReporter); in runNInterruptsTest() local
217 Thread waitingThread = new Thread(wasInterrupted); in testMakeUninterruptible_plainFutureSanityCheck() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUninterruptibleFutureTest.java199 Thread waitingThread = new Thread(interruptReporter); in runNInterruptsTest() local
217 Thread waitingThread = new Thread(wasInterrupted); in testMakeUninterruptible_plainFutureSanityCheck() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DEventLoopsTest.kt133 private val waitingThread = atomic<Thread?>(null) constant