Home
last modified time | relevance | path

Searched refs:NanoTimeSource (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt55 internal var schedulerTimeSource: TimeSource = NanoTimeSource
115 internal object NanoTimeSource : TimeSource() { object
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DWorkQueueTest.kt23 schedulerTimeSource = NanoTimeSource in <lambda>()
DCoroutineDispatcherTest.kt17 schedulerTimeSource = NanoTimeSource in tearDown()
DWorkQueueStressTest.kt33 schedulerTimeSource = NanoTimeSource in tearDown()