Home
last modified time | relevance | path

Searched refs:OpFetchAnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp362 struct OpFetchAnd { struct
670 return AtomicImpl<OpFetchAnd>(to_morder(mo), a, v); in __tsan_atomic8_fetch_and()
675 return AtomicImpl<OpFetchAnd>(to_morder(mo), a, v); in __tsan_atomic16_fetch_and()
680 return AtomicImpl<OpFetchAnd>(to_morder(mo), a, v); in __tsan_atomic32_fetch_and()
685 return AtomicImpl<OpFetchAnd>(to_morder(mo), a, v); in __tsan_atomic64_fetch_and()
691 return AtomicImpl<OpFetchAnd>(to_morder(mo), a, v); in __tsan_atomic128_fetch_and()
943 *(a32 *)(a + 16) = AtomicGoRet<OpFetchAnd>(thr, cpc, pc, mo_acq_rel, in __tsan_go_atomic32_fetch_and()
949 *(a64 *)(a + 16) = AtomicGoRet<OpFetchAnd>(thr, cpc, pc, mo_acq_rel, in __tsan_go_atomic64_fetch_and()