Searched refs:allocateNextCopy (Results 1 – 1 of 1) sorted by relevance
225 _next.compareAndSet(null, allocateNextCopy(state)) in allocateOrGetNextCopy()229 private fun allocateNextCopy(state: Long): Core<E> { in allocateNextCopy() method in LockFreeTaskQueueCore