Skip to main content

dr_atomic_load64

Function dr_atomic_load64 

Source
pub unsafe extern "C" fn dr_atomic_load64(src: *mut int64) -> int64
Expand description

Atomically and visibly loads the value at \p src and returns it. Currently 64-bit-build only.