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