Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt275 …private inline fun blockingTasks(state: Long): Int = (state and BLOCKING_MASK shr BLOCKING_SHIFT).… in <lambda>()
314 private const val BLOCKING_MASK: Long = CREATED_MASK shl BLOCKING_SHIFT in <lambda>() constant