Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DWorkQueue.kt158 if (staleness < WORK_STEALING_TIME_RESOLUTION_NS) { in tryStealLastScheduled()
159 return WORK_STEALING_TIME_RESOLUTION_NS - staleness in tryStealLastScheduled()
DTasks.kt21 internal val WORK_STEALING_TIME_RESOLUTION_NS = systemProp( constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DTestTimeSource.kt12 fun step(delta: Long = WORK_STEALING_TIME_RESOLUTION_NS) { in nanoTime()