Home
last modified time | relevance | path

Searched refs:currentThreads (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt12 fun currentThreads(): Set<Thread> { in currentThreads() method
41currentThreads().filter { it is PoolThread && it.dispatcher == this@dumpThreads }.dumpThreads(head… in dumpThreads()
48 val threadsAfter = currentThreads() in checkTestThreads()
DTestBaseTest.kt14 val threadsBefore = currentThreads() in <lambda>()
DTestBase.kt139 threadsBefore = currentThreads() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt35 val threadsBefore = currentThreads() in <lambda>()