Searched refs:debugStatus (Results 1 – 3 of 3) sorted by relevance
42 private var debugStatus: Int = FRESH variable45 val debugStatus = debugStatus constant46 return debugStatus == SHUTDOWN_REQ || debugStatus == SHUTDOWN_ACK107 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 …]
META-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
META-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...