Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt55 … (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/
DCoroutineContext.kt47 restoreThreadContext(context, oldValue) in withCoroutineContext()
82 override fun restoreThreadContext(context: CoroutineContext, oldState: String) { in restoreThreadContext() method in kotlinx.coroutines.CoroutineId
DThreadContextElement.kt77 public fun restoreThreadContext(context: CoroutineContext, oldState: S) in updateThreadContext() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/api/
Dkotlinx-coroutines-slf4j.api11 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/
DFailingCoroutinesMachineryTest.kt44 override fun restoreThreadContext(context: CoroutineContext, oldState: Unit) { in <lambda>() method
59 override fun restoreThreadContext(context: CoroutineContext, oldState: Unit) { in <lambda>() method
DThreadContextElementTest.kt113 override fun restoreThreadContext(context: CoroutineContext, oldState: MyData?) { in restoreThreadContext() method in kotlinx.coroutines.MyElement
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/
DMDCContext.kt61 override fun restoreThreadContext(context: CoroutineContext, oldState: MDCContextMap) { in restoreThreadContext() method in kotlinx.coroutines.slf4j.MDCContext
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api508 public abstract fun restoreThreadContext (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;)V