Searched refs:restoreThreadContext (Results 1 – 8 of 8) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | ThreadContext.kt | 55 … (element as ThreadContextElement<Any?>).restoreThreadContext(state.context, state.take()) in <anonymous>() 83 internal fun restoreThreadContext(context: CoroutineContext, oldState: Any?) { in restoreThreadContext() method 95 element.restoreThreadContext(context, oldState) in restoreThreadContext() 116 override fun restoreThreadContext(context: CoroutineContext, oldState: T) { in restoreThreadContext() method in ThreadLocalElement
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | CoroutineContext.kt | 47 restoreThreadContext(context, oldValue) in withCoroutineContext() 82 override fun restoreThreadContext(context: CoroutineContext, oldState: String) { in restoreThreadContext() method in kotlinx.coroutines.CoroutineId
|
D | ThreadContextElement.kt | 77 public fun restoreThreadContext(context: CoroutineContext, oldState: S) in updateThreadContext() method
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/api/ |
D | kotlinx-coroutines-slf4j.api | 11 public synthetic fun restoreThreadContext (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V 12 public fun restoreThreadContext (Lkotlin/coroutines/CoroutineContext;Ljava/util/Map;)V
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | FailingCoroutinesMachineryTest.kt | 44 override fun restoreThreadContext(context: CoroutineContext, oldState: Unit) { in <lambda>() method 59 override fun restoreThreadContext(context: CoroutineContext, oldState: Unit) { in <lambda>() method
|
D | ThreadContextElementTest.kt | 113 override fun restoreThreadContext(context: CoroutineContext, oldState: MyData?) { in restoreThreadContext() method in kotlinx.coroutines.MyElement
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/ |
D | MDCContext.kt | 61 override fun restoreThreadContext(context: CoroutineContext, oldState: MDCContextMap) { in restoreThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 508 public abstract fun restoreThreadContext (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V
|