Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt216 fun enhanceStackTraceWithThreadDumpAsJson(info: DebugCoroutineInfo): String { in <lambda>()
240 fun dumpCoroutinesInfo(): List<DebugCoroutineInfo> = in <lambda>()
241 dumpCoroutinesInfoImpl { owner, context -> DebugCoroutineInfo(owner.info, context) } in <lambda>()
314 info: DebugCoroutineInfo, in <lambda>()
DDebugCoroutineInfo.kt14 internal class DebugCoroutineInfo internal constructor( class
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt13 public class CoroutineInfo internal constructor(delegate: DebugCoroutineInfo) {
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDumpCoroutineInfoAsJsonAndReferencesTest.kt88 assertIs<DebugCoroutineInfo>(info) in verifyDump()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api914 public final class kotlinx/coroutines/debug/internal/DebugCoroutineInfo {
939 …nhanceStackTraceWithThreadDump (Lkotlinx/coroutines/debug/internal/DebugCoroutineInfo;Ljava/util/L…
940 …StackTraceWithThreadDumpAsJson (Lkotlinx/coroutines/debug/internal/DebugCoroutineInfo;)Ljava/lang/…