Home
last modified time | relevance | path

Searched defs:enableCreationStackTraces (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DAgentPremain.kt24 private val enableCreationStackTraces = runCatching { in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt67 public var enableCreationStackTraces: Boolean variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt44 internal var enableCreationStackTraces: Boolean = true in <lambda>() variable