Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DArrayChannel.kt233 val pollOp = describeTryPoll() in pollSelectInternal() constant
234 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
237 send = pollOp.result in pollSelectInternal()
DAbstractChannel.kt534 val pollOp = describeTryPoll() in pollSelectInternal() constant
535 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
537 val send = pollOp.result in pollSelectInternal()
539 return pollOp.result.pollResult in pollSelectInternal()