Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt57 return receive.offerResult in <lambda>()
74 return receive.offerResult in <lambda>()
192 val offerResult = offerInternal(element) in <lambda>() constant
194 offerResult === OFFER_SUCCESS -> { in <lambda>()
198 offerResult === OFFER_FAILED -> continue@loop in <lambda>()
199 offerResult is Closed<*> -> { in <lambda>()
200 cont.helpCloseAndResumeWithSendException(element, offerResult) in <lambda>()
203 else -> error("offerInternal returned $offerResult") in <lambda>()
395 val offerResult = offerSelectInternal(element, select) in <lambda>() constant
397 offerResult === ALREADY_SELECTED -> return in <lambda>()
[all …]
DConflatedChannel.kt57 return receive!!.offerResult in offerInternal()
90 return receive!!.offerResult in offerSelectInternal()
DArrayChannel.kt85 return receive!!.offerResult in offerInternal()
127 return receive!!.offerResult in offerSelectInternal()