Searched refs:COROUTINE_ID (Results 1 – 2 of 2) sorted by relevance
85 internal val COROUTINE_ID = AtomicLong(0) constant89 COROUTINE_ID.set(0) in resetCoroutineId()
20 val debug = if (DEBUG) combined + CoroutineId(COROUTINE_ID.incrementAndGet()) else combined in <lambda>()