Searched defs:coroutineName (Results 1 – 6 of 6) sorted by relevance
275 internal actual val CoroutineContext.coroutineName: String? get() { constant278 val coroutineName = this[CoroutineName]?.name ?: "coroutine" constant295 val coroutineName = context[CoroutineName]?.name ?: "coroutine" in toString() constant
112 val coroutineName = context.coroutineName ?: return super.nameString() in nameString() constant
31 internal expect val CoroutineContext.coroutineName: String? constant
28 val coroutineName = "MutexJob-$jobId" in <lambda>() constant
53 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on JS in withCoroutineContext() constant
49 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on native in withCoroutineContext() constant