Searched refs:PAIR (Results 1 – 2 of 2) sorted by relevance
194 private static final long PAIR; field in AtomicMarkableReference197 PAIR = U.objectFieldOffset205 return U.compareAndSwapObject(this, PAIR, cmp, val); in casPair()
194 private static final long PAIR; field in AtomicStampedReference197 PAIR = U.objectFieldOffset205 return U.compareAndSwapObject(this, PAIR, cmp, val); in casPair()