Searched refs:tryAcquireCpuPermit (Results 1 – 1 of 1) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/ | ||
D | CoroutineScheduler.kt | 288 private inline fun tryAcquireCpuPermit(): Boolean = controlState.loop { state -> in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler |