Searched refs:opSequence (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ | ||
D | Atomic.kt | 37 return thisOp.opSequence < thatOp.opSequence in perform() |
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ | ||
D | Select.kt | 570 override val opSequence = selectOpSequenceNumber.next() in next() constant in kotlinx.coroutines.selects.AtomicSelectOp |