Home
last modified time | relevance | path

Searched refs:dumpThreads (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt29 fun List<Thread>.dumpThreads(header: String) { in dumpThreads() method
40 fun ExecutorCoroutineDispatcher.dumpThreads(header: String) = in dumpThreads() method
41 …currentThreads().filter { it is PoolThread && it.dispatcher == this@dumpThreads }.dumpThreads(head… in dumpThreads()
58 diff.dumpThreads("Dumping lost thread stack traces") in checkTestThreads()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DBroadcastChannelMultiReceiveStressTest.kt98 pool.dumpThreads("Threads in pool") in <lambda>()