Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt272 private val availableCpuPermits: Int inline get() = availableCpuPermits(controlState.value) in <lambda>() constant in kotlinx.coroutines.scheduling.CoroutineScheduler
276 …public inline fun availableCpuPermits(state: Long): Int = (state and CPU_PERMITS_MASK shr CPU_PERM… in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler