Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt167 private val CLOSED_EMPTY = Symbol("CLOSED_EMPTY") in delayNanosToMillis() constant
198 else -> queue === CLOSED_EMPTY
209 queue === CLOSED_EMPTY -> return Long.MAX_VALUE // no more events -- closed
305 queue === CLOSED_EMPTY -> return false in enqueueImpl()
329 queue === CLOSED_EMPTY -> return null in dequeue()
340 null -> if (_queue.compareAndSet(null, CLOSED_EMPTY)) return in closeQueue()
346 queue === CLOSED_EMPTY -> return in closeQueue()