Home
last modified time | relevance | path

Searched refs:ADD_CLOSED (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt50 Core.ADD_CLOSED -> return false in <lambda>()
292 const val ADD_CLOSED = 2 in isClosed() constant
305 fun Long.addFailReason(): Int = if (this and CLOSED_MASK != 0L) ADD_CLOSED else ADD_FROZEN in isClosed()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt300 Queue.ADD_CLOSED -> return false in enqueueImpl()