Searched refs:ADD_CLOSED (Results 1 – 2 of 2) sorted by relevance
50 Core.ADD_CLOSED -> return false in <lambda>()292 const val ADD_CLOSED = 2 in isClosed() constant305 fun Long.addFailReason(): Int = if (this and CLOSED_MASK != 0L) ADD_CLOSED else ADD_FROZEN in isClosed()
300 Queue.ADD_CLOSED -> return false in enqueueImpl()