pub unsafe extern "C" fn dr_atomic_add64_return_sum( dest: *mut int64, val: int64, ) -> int64
Atomically adds \p val to \p *dest and returns the sum. \p dest must not straddle two cache lines. Currently 64-bit-build only.