Searched refs:MIN_ADD_SPIN_CAPACITY (Results 1 – 1 of 1) sorted by relevance
120 … if (capacity < MIN_ADD_SPIN_CAPACITY || (tail - head) and MAX_CAPACITY_MASK > capacity shr 1) { in addLast()286 const val MIN_ADD_SPIN_CAPACITY = 1024 in isClosed() constant