kotlin-stdlib / kotlin.native.concurrent / AtomicInt / addAndGet addAndGet Native 1.3 fun addAndGet(delta: Int): Int Increments the value by delta and returns the new value. Parameters delta - the value to add Return the new value