Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt271 private val createdWorkers: Int inline get() = (controlState.value and CREATED_MASK).toInt() in <lambda>() constant in kotlinx.coroutines.scheduling.CoroutineScheduler
274 private inline fun createdWorkers(state: Long): Int = (state and CREATED_MASK).toInt() in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler