Searched refs:getAndSetLong (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicLong.java | 137 return U.getAndSetLong(this, VALUE, newValue); in getAndSet()
|
D | AtomicLongArray.java | 150 return U.getAndSetLong(array, checkedByteOffset(i), newValue); in getAndSet()
|
D | AtomicLongFieldUpdater.java | 480 return U.getAndSetLong(obj, offset, newValue); in getAndSet()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 517 public final long getAndSetLong(Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 260 public long getAndSetLong(java.lang.Object o, long offset, long newValue) { in getAndSetLong() method in Unsafe
|