atomic_fetch_xor_acqrel_u64_system

Function atomic_fetch_xor_acqrel_u64_system 

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

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