Function intel_tsx_hle::__hle_release_fetch_sub8 [] [src]

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

Atomically subtract val from the content of ptr and return the previous content of ptr with 'HLE Release' memory ordering.