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