Subtracts a value from the atomic integer with acquire semantics.
impl AtomicI32 { fn sub_acquire(&self, val: i32) -> i32 }
The value to be subtracted from the integer.
Returns the old value.