Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp327 struct OpExchange { struct
589 return AtomicImpl<OpExchange>(to_morder(mo), a, v); in __tsan_atomic8_exchange()
594 return AtomicImpl<OpExchange>(to_morder(mo), a, v); in __tsan_atomic16_exchange()
599 return AtomicImpl<OpExchange>(to_morder(mo), a, v); in __tsan_atomic32_exchange()
604 return AtomicImpl<OpExchange>(to_morder(mo), a, v); in __tsan_atomic64_exchange()
610 return AtomicImpl<OpExchange>(to_morder(mo), a, v); in __tsan_atomic128_exchange()
967 *(a32 *)(a + 16) = AtomicGoRet<OpExchange>(thr, cpc, pc, mo_acq_rel, in __tsan_go_atomic32_exchange()
973 *(a64 *)(a + 16) = AtomicGoRet<OpExchange>(thr, cpc, pc, mo_acq_rel, in __tsan_go_atomic64_exchange()