Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DThreadContext.kt34 private val countAll = constant
59 …rnal actual fun threadContextElements(context: CoroutineContext): Any = context.fold(0, countAll)!! in threadContextElements()