Home
last modified time | relevance | path

Searched refs:getAndSetLong (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicLong.java137 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
DAtomicLongArray.java150 return U.getAndSetLong(array, checkedByteOffset(i), newValue); in getAndSet()
DAtomicLongFieldUpdater.java470 return U.getAndSetLong(obj, offset, newValue); in getAndSet()
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java528 public final long getAndSetLong(Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe