Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadPoolDispatcher.kt67 internal class PoolThread( class
85PoolThread(this, target, if (nThreads == 1) name else name + "-" + threadNo.incrementAndGet()) in target()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt41 …currentThreads().filter { it is PoolThread && it.dispatcher == this@dumpThreads }.dumpThreads(head… in dumpThreads()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt62 if (thread is PoolThread) in shutdownDispatcherPools()