Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DWorkQueue.kt157 val lastScheduled = lastScheduledTask.value ?: break in pollBlocking() constant
200 val lastScheduled = lastScheduledTask.value ?: return NOTHING_TO_STEAL in tryStealLastScheduled() constant