Home
last modified time | relevance | path

Searched defs:lastObservedThread (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfo.kt26 public val lastObservedThread: Thread? = source.lastObservedThread // field is used as of 1.4-M3 constant
DDebugCoroutineInfoImpl.kt131 public var lastObservedThread: Thread? = null variable