pub fn atomic_add_i32(ptr: &mut i32, value: i32) -> i32
Atomically adds value to *ptr and returns the old value.
value
*ptr