Home
last modified time | relevance | path

Searched refs:dumpCoroutinesInfo (Results 1 – 8 of 8) 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-debug/test/
DCoroutinesDumpTest.kt23 val found = DebugProbes.dumpCoroutinesInfo().single { it.job === deferred } in <lambda>()
108 val coroutine = DebugProbes.dumpCoroutinesInfo().first { it.job is Deferred<*> } in <lambda>()
DLazyCoroutineTest.kt19 assertEquals(1, DebugProbes.dumpCoroutinesInfo().size) // Outer runBlocking in <lambda>()
DStacktraceUtils.kt133 assertEquals(createdCoroutinesCount, DebugProbes.dumpCoroutinesInfo().size) in trimPackage()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit4/
DCoroutinesTimeoutStatement.kt74 DebugProbes.dumpCoroutinesInfo().forEach { in cancelIfNecessary()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api19 public final fun dumpCoroutinesInfo ()Ljava/util/List;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt169 public fun dumpCoroutinesInfo(): List<DebugCoroutineInfo> = in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md13 …s possible to process the list of such coroutines via [DebugProbes.dumpCoroutinesInfo] or dump iso…
274 [DebugProbes.dumpCoroutinesInfo]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-de…