Home
last modified time | relevance | path

Searched refs:updateThreadContext (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt45 state.append(element.updateThreadContext(state.context)) in <anonymous>()
63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method
78 element.updateThreadContext(context) in threadContextElements()
110 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt43 val oldValue = updateThreadContext(context, countOrElement) in withCoroutineContext()
66 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in kotlinx.coroutines.CoroutineId
DThreadContextElement.kt63 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/api/
Dkotlinx-coroutines-slf4j.api13 public synthetic fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;
14 public fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/util/Map;
/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
/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/api/
Dkotlinx-coroutines-core.api509 public abstract fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;