Function intel_tsx_hle::__hle_release_fetch_add4 [] [src]

pub unsafe fn __hle_release_fetch_add4(ptr: *mut u32, val: u32) -> u32

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