Home
last modified time | relevance | path

Searched defs:updateThreadContext (Results 1 – 8 of 8) sorted by relevance

/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/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method
109 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadContextElement.kt72 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
DCoroutineContext.kt294 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in CoroutineId
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/
DMDCContext.kt55 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext