Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DStandardBuildersDebugTest.kt15 val coroutines = DebugProbes.dumpCoroutinesInfo() in <lambda>()
25 val coroutines = DebugProbes.dumpCoroutinesInfo() in <lambda>()
DDebugProbesTest.kt117 val infos = DebugProbes.dumpCoroutinesInfo() in testMultipleConsecutiveProbeResumed()
141 val infos = DebugProbes.dumpCoroutinesInfo() in <lambda>()
DCoroutinesDumpTest.kt23 val found = DebugProbes.dumpCoroutinesInfo().single { it.job === deferred } in <lambda>()
112 val coroutine = DebugProbes.dumpCoroutinesInfo().first { it.job is Deferred<*> } in <lambda>()
DLazyCoroutineTest.kt19 assertEquals(1, DebugProbes.dumpCoroutinesInfo().size) // Outer runBlocking in <lambda>()
DEnhanceStackTraceWithTreadDumpAsJsonTest.kt29 val coroutineInfo = DebugProbesImpl.dumpCoroutinesInfo() in <lambda>()
DStacktraceUtils.kt228 assertEquals(createdCoroutinesCount, DebugProbes.dumpCoroutinesInfo().size) in trimPackage()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt151 public fun dumpCoroutinesInfo(): List<CoroutineInfo> = in jobToString() method
152 DebugProbesImpl.dumpCoroutinesInfo().map { CoroutineInfo(it) } in jobToString()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt72 DebugProbes.dumpCoroutinesInfo().forEach { in cancelIfNecessary()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt182 val coroutinesInfo = dumpCoroutinesInfo() in <lambda>()
241 fun dumpCoroutinesInfo(): List<DebugCoroutineInfo> = in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api19 public final fun dumpCoroutinesInfo ()Ljava/util/List;
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md13 …s possible to process the list of such coroutines via [DebugProbes.dumpCoroutinesInfo] or dump iso…
276 [DebugProbes.dumpCoroutinesInfo]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-…
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api936 public final fun dumpCoroutinesInfo ()Ljava/util/List;