Home
last modified time | relevance | path

Searched defs:updateThreadContext (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadContextElement.kt63 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
DCoroutineContext.kt66 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in kotlinx.coroutines.CoroutineId
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method
110 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/
DMDCContext.kt54 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailingCoroutinesMachineryTest.kt47 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
63 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
DThreadContextElementTest.kt106 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.MyElement