Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DArrayChannel.kt233 val pollOp = describeTryPoll() in pollSelectInternal()
DAbstractChannel.kt534 val pollOp = describeTryPoll() in pollSelectInternal()
681 protected fun describeTryPoll(): TryPollDesc<E> = TryPollDesc(queue) in iterator() method