Searched defs:decrementAndGet (Results 1 – 9 of 9) sorted by relevance
16 fun decrementAndGet(): Int method
14 actual fun decrementAndGet(): Int = --value method in kotlinx.coroutines.internal.LocalAtomicInt
19 actual fun decrementAndGet(): Int = iRef.decrementAndGet() method
118 public actual fun decrementAndGet(): Int = --value in toString() method172 public actual fun decrementAndGet(): Long = --value in incrementAndGet() method
107 public actual inline fun decrementAndGet(): Int = a.addAndGet(-1) in toString() method in kotlinx.atomicfu.AtomicInt141 public actual inline fun decrementAndGet(): Long = a.addAndGet(-1) in getAndIncrement() method in kotlinx.atomicfu.AtomicLong
280 public actual fun decrementAndGet(): Int { in decrementAndGet() method409 public actual fun decrementAndGet(): Long { in decrementAndGet() method
259 public fun decrementAndGet(): Int in lazySet() method in kotlinx.atomicfu.AtomicInt370 public fun decrementAndGet(): Long in lazySet() method in kotlinx.atomicfu.AtomicLong
97 public long decrementAndGet(K key) { in decrementAndGet() method in AtomicLongMap