Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt54 state.append(element, element.updateThreadContext(state.context)) in <anonymous>()
63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method
78 element.updateThreadContext(context) in threadContextElements()
109 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt95 val oldValue = updateThreadContext(context, countOrElement) in withCoroutineContext()
108 val oldValue = updateThreadContext(context, countOrElement) in withContinuationContext()
243 val values = updateThreadContext(context, null)
294 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in CoroutineId
DThreadContextElement.kt72 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreadContextOrderTest.kt23 override fun updateThreadContext(context: CoroutineContext): String { in updateThreadContext() method in kotlinx.coroutines.ThreadContextOrderTest
40 override fun updateThreadContext(context: CoroutineContext): String { in updateThreadContext() method in kotlinx.coroutines.ThreadContextOrderTest
DThreadContextElementTest.kt167 override fun updateThreadContext(context: CoroutineContext) { in updateThreadContext() method in kotlinx.coroutines.ThreadContextElementTest.JobCaptor
227 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.MyElement
248 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.CopyForChildCoroutineElement
DFailingCoroutinesMachineryTest.kt47 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
63 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
DThreadContextMutableCopiesTest.kt25 override fun updateThreadContext(context: CoroutineContext): MutableList<String> { in updateThreadContext() method in kotlinx.coroutines.ThreadContextMutableCopiesTest.MyMutableElement
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/api/
Dkotlinx-coroutines-slf4j.api9 public synthetic fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;
10 public fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/util/Map;
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/
DMDCContext.kt55 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
/external/kotlinx.coroutines/
DCHANGES.md60 * Fixed a bug when `updateThreadContext` operated on the parent context (#3411).
DCHANGES_UP_TO_1.7.md42 * Fixed a bug when `updateThreadContext` operated on the parent context (#3411).
127 * Fixed a bug when `updateThreadContext` operated on the parent context (#3411).
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api222 public synthetic fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;
223 public fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/String;
580 public abstract fun updateThreadContext (Lkotlin/coroutines/CoroutineContext;)Ljava/lang/Object;