Home
last modified time | relevance | path

Searched refs:schedulerTimeSource (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DWorkQueueTest.kt18 schedulerTimeSource = timeSource in <lambda>()
23 schedulerTimeSource = NanoTimeSource in <lambda>()
DWorkQueueStressTest.kt28 schedulerTimeSource = TestTimeSource(Long.MAX_VALUE) // always steal in setUp()
33 schedulerTimeSource = NanoTimeSource in tearDown()
DCoroutineDispatcherTest.kt17 schedulerTimeSource = NanoTimeSource in tearDown()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt55 internal var schedulerTimeSource: TimeSource = NanoTimeSource variable
DWorkQueue.kt156 val time = schedulerTimeSource.nanoTime() in tryStealLastScheduled()
DCoroutineScheduler.kt407 val nanoTime = schedulerTimeSource.nanoTime() in <lambda>()