Searched refs:CoroutineId (Results 1 – 6 of 6) sorted by relevance
20 val debug = if (DEBUG) combined + CoroutineId(COROUTINE_ID.incrementAndGet()) else combined in <lambda>()277 val coroutineId = this[CoroutineId] ?: return null286 internal data class CoroutineId( class289 ) : ThreadContextElement<String>, AbstractCoroutineContextElement(CoroutineId) {291 companion object Key : CoroutineContext.Key<CoroutineId>
67 internal val ASSERTIONS_ENABLED = CoroutineId::class.java.desiredAssertionStatus() in <lambda>()
20 public val coroutineId: Long? = context[CoroutineId]?.id
15 #-checkdiscard class kotlinx.coroutines.CoroutineId
96 assertEquals(context[CoroutineId.Key]?.id, infoFromJson.id) in verifyDump()
210 public final class kotlinx/coroutines/CoroutineId : kotlin/coroutines/AbstractCoroutineContextEleme…211 public static final field Key Lkotlinx/coroutines/CoroutineId$Key;214 public final fun copy (J)Lkotlinx/coroutines/CoroutineId;215 …hetic fun copy$default (Lkotlinx/coroutines/CoroutineId;JILjava/lang/Object;)Lkotlinx/coroutines/C…226 public final class kotlinx/coroutines/CoroutineId$Key : kotlin/coroutines/CoroutineContext$Key {