Function intel_tsx_hle::__hle_acquire_test_and_set4 [] [src]

pub unsafe fn __hle_acquire_test_and_set4(ptr: *mut u32) -> bool

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