Home
last modified time | relevance | path

Searched refs:performAtomicTrySelect (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DLinkedListChannel.kt50 (select.performAtomicTrySelect(describeSendBuffered(element)) ?: OFFER_SUCCESS) in offerSelectInternal()
DArrayChannel.kt98 val failure = select.performAtomicTrySelect(offerOp) in offerSelectInternal()
199 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
DConflatedChannel.kt83 (select.performAtomicTrySelect(describeSendConflated(element)) ?: OFFER_SUCCESS) in <lambda>()
DAbstractChannel.kt65 val failure = select.performAtomicTrySelect(offerOp) in <lambda>()
513 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt111 public fun performAtomicTrySelect(desc: AtomicDesc): Any? in registerSelectClause2() method
365 override fun performAtomicTrySelect(desc: AtomicDesc): Any? = in performAtomicTrySelect() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt235 val failure = select.performAtomicTrySelect(TryLockDesc(this, owner)) in toString()
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-core.txt1049 public fun performAtomicTrySelect (Lkotlinx/coroutines/internal/AtomicDesc;)Ljava/lang/Object;
1071 …public abstract fun performAtomicTrySelect (Lkotlinx/coroutines/internal/AtomicDesc;)Ljava/lang/Ob…