Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/include/sanitizer/
HDtsan_interface_atomic.h115 __tsan_atomic8 SANITIZER_CDECL __tsan_atomic8_fetch_and(
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interface.h299 a8 __tsan_atomic8_fetch_and(volatile a8 *a, a8 v, morder mo);
HDtsan_interceptors_mac.cpp151 OSATOMIC_INTERCEPTORS_BITOP(OSAtomicTestAndClear, __tsan_atomic8_fetch_and,
HDtsan_interface_atomic.cpp633 a8 __tsan_atomic8_fetch_and(volatile a8 *a, a8 v, morder mo) { in __tsan_atomic8_fetch_and() function