Home
last modified time | relevance | path

Searched defs:decrementAndGet (Results 1 – 15 of 15) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLocalAtomics.common.kt16 fun decrementAndGet(): Int method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DLocalAtomics.kt14 actual fun decrementAndGet(): Int = --value method in kotlinx.coroutines.internal.LocalAtomicInt
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DLocalAtomics.kt19 actual fun decrementAndGet(): Int = iRef.decrementAndGet() method
/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt125 public actual inline fun decrementAndGet(): Int = a.addAndGet(-1) in toString() method
163 public actual inline fun decrementAndGet(): Long = a.addAndGet(-1) in getAndIncrement() method
/external/kotlinx.atomicfu/atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt145 public actual fun decrementAndGet(): Int = --value in toString() method
203 public actual fun decrementAndGet(): Long = --value in incrementAndGet() method
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutableByte.java171 public byte decrementAndGet() { in decrementAndGet() method in MutableByte
DMutableInt.java171 public int decrementAndGet() { in decrementAndGet() method in MutableInt
DMutableLong.java171 public long decrementAndGet() { in decrementAndGet() method in MutableLong
DMutableShort.java171 public short decrementAndGet() { in decrementAndGet() method in MutableShort
DMutableFloat.java187 public float decrementAndGet() { in decrementAndGet() method in MutableFloat
DMutableDouble.java187 public double decrementAndGet() { in decrementAndGet() method in MutableDouble
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/
DAtomicFU.common.kt334 public fun decrementAndGet(): Int in getValue() method in kotlinx.atomicfu.AtomicInt
451 public fun decrementAndGet(): Long in getValue() method in kotlinx.atomicfu.AtomicLong
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt285 public actual fun decrementAndGet(): Int { in decrementAndGet() method
408 public actual fun decrementAndGet(): Long { in decrementAndGet() method
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java98 public long decrementAndGet(K key) { in decrementAndGet() method in AtomicLongMap
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java98 public long decrementAndGet(K key) { in decrementAndGet() method in AtomicLongMap