Searched defs:copyForChild (Results 1 – 3 of 3) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ | ||
D | ThreadContextElement.kt | 181 public fun copyForChild(): CopyableThreadContextElement<S> in updateThreadContext() method |
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ | ||
D | ThreadContextMutableCopiesTest.kt | 35 override fun copyForChild(): MyMutableElement { in copyForChild() method in kotlinx.coroutines.ThreadContextMutableCopiesTest.MyMutableElement |
D | ThreadContextElementTest.kt | 273 override fun copyForChild(): CopyForChildCoroutineElement { in copyForChild() method in kotlinx.coroutines.CopyForChildCoroutineElement |