Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt505 val otherAtomicOp = otherOp.atomicOp in next() constant
508 otherAtomicOp is AtomicSelectOp && otherAtomicOp.impl === this -> { in next()
519 otherAtomicOp.isEarlierThan(state) -> { in next()