Searched defs:getAndSet (Results 1 – 13 of 13) sorted by relevance
193 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater484 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
171 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater531 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
174 public final boolean getAndSet(boolean newValue) { in getAndSet() method in AtomicBoolean
137 final long getAndSet(long val) { in getAndSet() method in Striped64.Cell
174 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater497 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
169 public final V getAndSet(V newValue) { in getAndSet() method in AtomicReference
134 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
151 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
137 public final E getAndSet(int i, E newValue) { in getAndSet() method in AtomicReferenceArray
130 public final long getAndSet(int i, long newValue) { in getAndSet() method in AtomicLongArray
130 public final int getAndSet(int i, int newValue) { in getAndSet() method in AtomicIntegerArray
63 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
1040 Object getAndSet(Object... args); in getAndSet() method in VarHandle