Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLimit.kt67 e.checkOwnership(owner = this) in take()
138 e.checkOwnership(collector) in collectWhile()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DFlowExceptions.common.kt20 internal fun AbortFlowException.checkOwnership(owner: FlowCollector<*>) { in checkOwnership() method
DCombine.kt137 e.checkOwnership(owner = this@unsafeFlow) in zipImpl()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DTakeWhileBenchmark.kt52 e.checkOwnership(owner = this) in <lambda>()