Searched refs:CLOSED_EMPTY (Results 1 – 1 of 1) sorted by relevance
168 private val CLOSED_EMPTY = Symbol("CLOSED_EMPTY") in delayNanosToMillis() constant199 else -> queue === CLOSED_EMPTY210 queue === CLOSED_EMPTY -> return Long.MAX_VALUE // no more events -- closed311 queue === CLOSED_EMPTY -> return false in enqueueImpl()335 queue === CLOSED_EMPTY -> return null in dequeue()346 null -> if (_queue.compareAndSet(null, CLOSED_EMPTY)) return in closeQueue()352 queue === CLOSED_EMPTY -> return in closeQueue()