Home
last modified time | relevance | path

Searched refs:usePrivateScheduler (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt128 internal fun usePrivateScheduler() { in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
140 internal fun restore() = usePrivateScheduler() // recreate scheduler in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt174 DefaultScheduler.usePrivateScheduler() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt32 DefaultScheduler.usePrivateScheduler() in <lambda>()