Function intel_tsx_hle::__hle_acquire_exchange_n8 [] [src]

pub unsafe fn __hle_acquire_exchange_n8(ptr: *mut u64, val: u64) -> u64

Atomically exchange (swap) val for the content of ptr and return the previous content of ptr with 'HLE Acquire' memory ordering.