Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDtsan_interface_atomic.h73 __tsan_atomic32 __tsan_atomic32_exchange(volatile __tsan_atomic32 *a,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interface.h251 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo);
HDtsan_interface_atomic.cpp587 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo) { in __tsan_atomic32_exchange() function