Function intel_tsx_hle::__hle_acquire_fetch_add1 [] [src]

pub unsafe fn __hle_acquire_fetch_add1(ptr: *mut u8, val: u8) -> u8

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