Function intel_tsx_hle::__hle_release_exchange_n2 [] [src]

pub unsafe fn __hle_release_exchange_n2(ptr: *mut u16, val: u16) -> u16

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