Home
last modified time | relevance | path

Searched refs:CoroutineId (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt20 val debug = if (DEBUG) combined + CoroutineId(COROUTINE_ID.incrementAndGet()) else combined in <lambda>()
277 val coroutineId = this[CoroutineId] ?: return null
286 internal data class CoroutineId( class
289 ) : ThreadContextElement<String>, AbstractCoroutineContextElement(CoroutineId) {
291 companion object Key : CoroutineContext.Key<CoroutineId>
DDebug.kt67 internal val ASSERTIONS_ENABLED = CoroutineId::class.java.desiredAssertionStatus() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebuggerInfo.kt20 public val coroutineId: Long? = context[CoroutineId]?.id
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/testdata/
Dr8-test-rules.pro15 #-checkdiscard class kotlinx.coroutines.CoroutineId
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDumpCoroutineInfoAsJsonAndReferencesTest.kt96 assertEquals(context[CoroutineId.Key]?.id, infoFromJson.id) in verifyDump()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api210 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 {