Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt49 Core.ADD_SUCCESS -> return true in <lambda>()
136 return ADD_SUCCESS // added successfully in addLast()
290 const val ADD_SUCCESS = 0 in isClosed() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt299 Queue.ADD_SUCCESS -> return true in enqueueImpl()