atomic_fetch_inc_acquire_u64_block

Function atomic_fetch_inc_acquire_u64_block 

Source
pub unsafe fn atomic_fetch_inc_acquire_u64_block(ptr: *mut u64) -> u64
Expand description

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