Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt828 val lastWorker = workers[lastIndex]!! in <lambda>() constant
829 workers[oldIndex] = lastWorker in <lambda>()
830 lastWorker.indexInArray = oldIndex in <lambda>()
838 parkedWorkersStackTopUpdate(lastWorker, lastIndex, oldIndex) in <lambda>()