Home
last modified time | relevance | path

Searched defs:getAndSet (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCount.java50 public int getAndSet(int newValue) { in getAndSet() method in Count
/external/guava/android/guava/src/com/google/common/collect/
DCount.java50 public int getAndSet(int newValue) { in getAndSet() method in Count
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java109 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
DAtomicDoubleArray.java127 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java115 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
DAtomicDoubleArray.java127 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt190 inline fun getAndSet(index: Int, value: Any?) = acquirers[index].getAndSet(value) in toString() method