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.kt100 val failure = select.performAtomicTrySelect(offerOp) in offerSelectInternal()
234 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
DConflatedChannel.kt68 val failure = select.performAtomicTrySelect(offerOp) in offerSelectInternal()
DAbstractChannel.kt70 val failure = select.performAtomicTrySelect(offerOp) in <lambda>()
535 val failure = select.performAtomicTrySelect(pollOp) in pollSelectInternal()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt141 public fun performAtomicTrySelect(desc: AtomicDesc): Any? in trySelect() method
560 override fun performAtomicTrySelect(desc: AtomicDesc): Any? = in next() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt238 val failure = select.performAtomicTrySelect(TryLockDesc(this, owner)) in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1209 public fun performAtomicTrySelect (Lkotlinx/coroutines/internal/AtomicDesc;)Ljava/lang/Object;
1233 …public abstract fun performAtomicTrySelect (Lkotlinx/coroutines/internal/AtomicDesc;)Ljava/lang/Ob…