Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DWorkQueue.kt188 value.decrementIfBlocking() in pollBuffer()
194 private fun Task?.decrementIfBlocking() { in Task() method in kotlinx.coroutines.scheduling.WorkQueue