Searched refs:PREV (Results 1 – 2 of 2) sorted by relevance
320 U.putOrderedObject(this, PREV, val); in lazySetPrev()324 return U.compareAndSwapObject(this, PREV, cmp, val); in casPrev()330 private static final long PREV; field in ConcurrentLinkedDeque.Node336 PREV = U.objectFieldOffset
152 U.putObject(node, Node.PREV, oldTail); in enq()175 U.putObject(node, Node.PREV, oldTail); in addWaiter()