Searched refs:threadContextElements (Results 1 – 7 of 7) sorted by relevance
59 internal actual fun threadContextElements(context: CoroutineContext): Any = context.fold(0, countAl… in threadContextElements() method65 val countOrElement = countOrElement ?: threadContextElements(context) in threadContextElements()
9 internal actual fun threadContextElements(context: CoroutineContext): Any = 0 method
9 internal expect fun threadContextElements(context: CoroutineContext): Any method
28 internal val countOrElement = threadContextElements(context) in <lambda>()
211 …private val countOrElement = threadContextElements(emitContext) // precompute for fast withContext…222 countOrElement: Any = threadContextElements(newContext), // can be precomputed for speed in emit()
125 val cnt = threadContextElements(scopeContext) in zipImpl()