Searched refs:updateThreadContext (Results 1 – 8 of 8) sorted by relevance
45 state.append(element.updateThreadContext(state.context)) in <anonymous>()63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method78 element.updateThreadContext(context) in threadContextElements()110 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
43 val oldValue = updateThreadContext(context, countOrElement) in withCoroutineContext()66 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in kotlinx.coroutines.CoroutineId
63 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
13 public synthetic fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;14 public fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/util/Map;
47 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method63 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
106 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.MyElement
54 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
509 public abstract fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;