Home
last modified time | relevance | path

Searched defs:dumpCoroutinesInfo (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt124 …public fun dumpCoroutinesInfo(): List<CoroutineInfo> = DebugProbesImpl.dumpCoroutinesInfo().map { … in jobToString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt248 public fun dumpCoroutinesInfo(): List<DebugCoroutineInfo> = in <lambda>() method