atomic_fetch_max_release_i64_block

Function atomic_fetch_max_release_i64_block 

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

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