Searched defs:getAndSet (Results 1 – 10 of 10) sorted by relevance
119 public final boolean getAndSet(boolean newValue) { in getAndSet() method in AtomicBoolean
159 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater412 public final V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
115 public final V getAndSet(V newValue) { in getAndSet() method in AtomicReference
91 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
141 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater464 public final int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
107 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
144 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater439 public final long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater.CASUpdater
133 public final E getAndSet(int i, E newValue) { in getAndSet() method in AtomicReferenceArray
121 public final int getAndSet(int i, int newValue) { in getAndSet() method in AtomicIntegerArray
120 public final long getAndSet(int i, long newValue) { in getAndSet() method in AtomicLongArray