Home
last modified time | relevance | path

Searched refs:debugStatus (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt42 private var debugStatus: Int = FRESH variable
45 val debugStatus = debugStatus constant
46 return debugStatus == SHUTDOWN_REQ || debugStatus == SHUTDOWN_ACK
107 assert { debugStatus == FRESH || debugStatus == SHUTDOWN_ACK } in ensureStarted()
108 debugStatus = FRESH in ensureStarted()
110 while (debugStatus == FRESH) (this as Object).wait() in ensureStarted()
116 debugStatus = ACTIVE in notifyStartup()
125 if (!isShutdownRequested) debugStatus = SHUTDOWN_REQ in shutdown()
127 while (debugStatus != SHUTDOWN_ACK && _thread != null) { in shutdown()
134 debugStatus = FRESH in shutdown()
[all …]
/external/kotlinc/lib/
Dkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...