unsafe fn atomic_add<T: Copy>(dst: *mut T, val: T, order: Ordering) -> TExpand description
Returns the previous value (like __sync_fetch_and_add).
unsafe fn atomic_add<T: Copy>(dst: *mut T, val: T, order: Ordering) -> TReturns the previous value (like __sync_fetch_and_add).