/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | ThreadContext.kt | 54 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/ |
D | CoroutineContext.kt | 95 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
|
D | ThreadContextElement.kt | 72 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | ThreadContextOrderTest.kt | 23 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
|
D | ThreadContextElementTest.kt | 167 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
|
D | FailingCoroutinesMachineryTest.kt | 47 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method 63 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
|
D | ThreadContextMutableCopiesTest.kt | 25 override fun updateThreadContext(context: CoroutineContext): MutableList<String> { in updateThreadContext() method in kotlinx.coroutines.ThreadContextMutableCopiesTest.MyMutableElement
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/api/ |
D | kotlinx-coroutines-slf4j.api | 9 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/ |
D | MDCContext.kt | 55 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 60 * Fixed a bug when `updateThreadContext` operated on the parent context (#3411).
|
D | CHANGES_UP_TO_1.7.md | 42 * 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/ |
D | kotlinx-coroutines-core.api | 222 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;
|