Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt513 protected open fun pollInternal(): Any? { in pollInternal() method
557 val result = pollInternal() in receive()
580 val result = pollInternal() in receiveSuspend()
602 val result = pollInternal() in receiveOrNull()
621 val result = pollInternal() in receiveOrClosed()
629 val result = pollInternal() in poll()
830 result = channel.pollInternal() in hasNext()
852 val result = channel.pollInternal() in hasNextSuspend()
DConflatedChannel.kt94 protected override fun pollInternal(): Any? { in pollInternal() method
DArrayBroadcastChannel.kt275 override fun pollInternal(): Any? { in elementAt() method in kotlinx.coroutines.channels.ArrayBroadcastChannel.Subscriber
DArrayChannel.kt178 protected override fun pollInternal(): Any? { in pollInternal() method