Searched refs:dumpThreads (Results 1 – 2 of 2) sorted by relevance
29 fun List<Thread>.dumpThreads(header: String) { in dumpThreads() method40 fun ExecutorCoroutineDispatcher.dumpThreads(header: String) = in dumpThreads() method41 …currentThreads().filter { it is PoolThread && it.dispatcher == this@dumpThreads }.dumpThreads(head… in dumpThreads()58 diff.dumpThreads("Dumping lost thread stack traces") in checkTestThreads()
98 pool.dumpThreads("Threads in pool") in <lambda>()