Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeLinkedList.common.kt90 internal val REMOVE_PREPARED: Any = Symbol("REMOVE_PREPARED") constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DLockFreeLinkedList.kt414 if (decision === REMOVE_PREPARED) { in <lambda>()
425 return REMOVE_PREPARED in <lambda>()
494 if (prepFail === REMOVE_PREPARED) continue // retry in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt363 val token = affected.tryResumeReceive(element, prepareOp) ?: return REMOVE_PREPARED in <lambda>()
696 val token = affected.tryResumeSend(prepareOp) ?: return REMOVE_PREPARED in iterator()