Home
last modified time | relevance | path

Searched refs:COROUTINE_ID (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDebug.kt85 internal val COROUTINE_ID = AtomicLong(0) constant
89 COROUTINE_ID.set(0) in resetCoroutineId()
DCoroutineContext.kt20 val debug = if (DEBUG) combined + CoroutineId(COROUTINE_ID.incrementAndGet()) else combined in <lambda>()