Home
last modified time | relevance | path

Searched refs:RETRY_ATOMIC (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DLinkedListChannel.kt55 result === RETRY_ATOMIC -> {} // retry in offerSelectInternal()
DAbstractChannel.kt364 if (token === RETRY_ATOMIC) return RETRY_ATOMIC in <lambda>()
399 offerResult === RETRY_ATOMIC -> {} // retry in <lambda>()
697 if (token === RETRY_ATOMIC) return RETRY_ATOMIC in iterator()
742 pollResult === RETRY_ATOMIC -> {} // retry in registerSelectReceiveMode()
DArrayChannel.kt108 failure === RETRY_ATOMIC -> {} // retry in offerSelectInternal()
243 failure === RETRY_ATOMIC -> {} // retry in pollSelectInternal()
DConflatedChannel.kt75 failure === RETRY_ATOMIC -> {} // retry in offerSelectInternal()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DAtomic.kt121 internal val RETRY_ATOMIC: Any = Symbol("RETRY_ATOMIC") constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt471 val affected = takeAffectedNode(op) ?: return RETRY_ATOMIC in <lambda>()
481 return RETRY_ATOMIC in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt246 failure === RETRY_ATOMIC -> {} // retry in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt526 return RETRY_ATOMIC in next()