Searched defs:getAndSet (Results 1 – 12 of 12) sorted by relevance
148 public final boolean getAndSet(boolean newValue) { in getAndSet() method in AtomicBoolean
187 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater452 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
144 public final V getAndSet(V newValue) { in getAndSet() method in AtomicReference
169 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater503 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
120 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
136 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
172 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater478 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
162 public final E getAndSet(int i, E newValue) { in getAndSet() method in AtomicReferenceArray
150 public final int getAndSet(int i, int newValue) { in getAndSet() method in AtomicIntegerArray
149 public final long getAndSet(int i, long newValue) { in getAndSet() method in AtomicLongArray
63 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
1051 Object getAndSet(Object... args); in getAndSet() method in VarHandle