protected boolean |
ConcurrentArrayQueue.casHeadBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casHeadBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casTailBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
protected boolean |
ConcurrentArrayQueue.casTailBlock(ConcurrentArrayQueue.Block<T> current,
ConcurrentArrayQueue.Block<T> update) |
boolean |
ConcurrentArrayQueue.Block.link(ConcurrentArrayQueue.Block<E> nextBlock) |