atomic_fetch_add_volatile_i64_system

Function atomic_fetch_add_volatile_i64_system 

Source
pub unsafe fn atomic_fetch_add_volatile_i64_system(
    ptr: *mut i64,
    val: i64,
) -> i64
Expand description

Fetches the value in ptr, performs a add, and returns the original value