Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DWorkQueue.kt142 while (pollTo(globalQueue)) { in offloadAllWorkTo()
174 private fun pollTo(queue: GlobalQueue): Boolean { in pollTo() method