Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt910 val stealResult = if (blockingOnly) { in <lambda>() constant
915 if (stealResult == TASK_STOLEN) { in <lambda>()
917 } else if (stealResult > 0) { in <lambda>()
918 minDelay = min(minDelay, stealResult) in <lambda>()