Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt145 …private inline fun <R : Any> dumpCoroutinesInfoImpl(crossinline create: (CoroutineOwner<*>, Corout… in <lambda>() method
241 dumpCoroutinesInfoImpl { owner, context -> DebugCoroutineInfo(owner.info, context) } in <lambda>()
248 dumpCoroutinesInfoImpl { owner, context -> DebuggerInfo(owner.info, context) } in <lambda>()