Home
last modified time | relevance | path

Searched defs:copyForChild (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadContextElement.kt181 public fun copyForChild(): CopyableThreadContextElement<S> in updateThreadContext() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreadContextMutableCopiesTest.kt35 override fun copyForChild(): MyMutableElement { in copyForChild() method in kotlinx.coroutines.ThreadContextMutableCopiesTest.MyMutableElement
DThreadContextElementTest.kt273 override fun copyForChild(): CopyForChildCoroutineElement { in copyForChild() method in kotlinx.coroutines.CopyForChildCoroutineElement