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