Searched defs:getAndSet (Results 1 – 7 of 7) sorted by relevance
50 public int getAndSet(int newValue) { in getAndSet() method in Count
109 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
127 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray
115 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
190 inline fun getAndSet(index: Int, value: Any?) = acquirers[index].getAndSet(value) in toString() method