Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DAgentPremain.kt24 private val enableCreationStackTraces = runCatching { in <lambda>() constant
26 }.getOrNull() ?: DebugProbesImpl.enableCreationStackTraces in <lambda>()
32 DebugProbesImpl.enableCreationStackTraces = enableCreationStackTraces in premain()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt56 public var enableCreationStackTraces: Boolean variable
57 get() = DebugProbesImpl.enableCreationStackTraces
59 DebugProbesImpl.enableCreationStackTraces = value
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugTestBase.kt21 DebugProbes.enableCreationStackTraces = true in setUp()
DDumpWithoutCreationStackTraceTest.kt15 DebugProbes.enableCreationStackTraces = false in setUp()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit4/
DCoroutinesTimeout.kt58 DebugProbes.enableCreationStackTraces = enableCoroutineCreationStackTraces
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt54 public var enableCreationStackTraces: Boolean = true in <lambda>() variable
411 val frame = if (enableCreationStackTraces) { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md67 [DebugProbes.enableCreationStackTraces] along with agent startup.
73 For that, it is strongly recommended to switch off [DebugProbes.enableCreationStackTraces] property…
277 [DebugProbes.enableCreationStackTraces]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corout…
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...