Searched refs:coroutineName (Results 1 – 6 of 6) sorted by relevance
275 internal actual val CoroutineContext.coroutineName: String? get() { constant278 val coroutineName = this[CoroutineName]?.name ?: "coroutine" constant279 return "$coroutineName#${coroutineId.id}"295 val coroutineName = context[CoroutineName]?.name ?: "coroutine" in toString() constant300 currentThread.name = buildString(lastIndex + coroutineName.length + 10) { in toString()303 append(coroutineName) in toString()
112 val coroutineName = context.coroutineName ?: return super.nameString() in nameString() constant113 return "\"$coroutineName\":${super.nameString()}" in nameString()
31 internal expect val CoroutineContext.coroutineName: String? constant
28 val coroutineName = "MutexJob-$jobId" in <lambda>() constant30 launch(dispatcher + CoroutineName(coroutineName), CoroutineStart.ATOMIC) { in <lambda>()
49 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on native in withCoroutineContext() constant
53 internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on JS in withCoroutineContext() constant