Function intel_tsx_hle::__hle_release_test_and_set1 [] [src]

pub unsafe fn __hle_release_test_and_set1(ptr: *mut u8) -> bool

Atomically exchange (swap) 1 for the content of ptr and test the previous content of of ptr was 1 with 'HLE Release' memory ordering.