kotlin-stdlib / kotlin.native.concurrent / AtomicLong / decrementAndGet decrementAndGet Native 1.3 fun decrementAndGet(): Long(source) Atomically decrements the current value by one and returns the new value.