kotlin-stdlib / kotlin.native.concurrent / AtomicInt / addAndGet addAndGet Native 1.3 fun addAndGet(delta: Int): Int(source) Atomically adds the given value to the current value and returns the new value.