Searched defs:updateThreadContext (Results 1 – 8 of 8) sorted by relevance
23 override fun updateThreadContext(context: CoroutineContext): String { in updateThreadContext() method in kotlinx.coroutines.ThreadContextOrderTest40 override fun updateThreadContext(context: CoroutineContext): String { in updateThreadContext() method in kotlinx.coroutines.ThreadContextOrderTest
167 override fun updateThreadContext(context: CoroutineContext) { in updateThreadContext() method in kotlinx.coroutines.ThreadContextElementTest.JobCaptor227 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.MyElement248 override fun updateThreadContext(context: CoroutineContext): MyData? { in updateThreadContext() method in kotlinx.coroutines.CopyForChildCoroutineElement
47 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method63 override fun updateThreadContext(context: CoroutineContext) { in <lambda>() method
25 override fun updateThreadContext(context: CoroutineContext): MutableList<String> { in updateThreadContext() method in kotlinx.coroutines.ThreadContextMutableCopiesTest.MyMutableElement
63 internal fun updateThreadContext(context: CoroutineContext, countOrElement: Any?): Any? { in threadContextElements() method109 override fun updateThreadContext(context: CoroutineContext): T { in updateThreadContext() method in ThreadLocalElement
72 public fun updateThreadContext(context: CoroutineContext): S in updateThreadContext() method
294 override fun updateThreadContext(context: CoroutineContext): String { in toString() method in CoroutineId
55 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext() method in kotlinx.coroutines.slf4j.MDCContext