Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h141 __tsan_atomic8 SANITIZER_CDECL __tsan_atomic8_fetch_xor(
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h325 a8 __tsan_atomic8_fetch_xor(volatile a8 *a, a8 v, morder mo);
H A Dtsan_interface_atomic.cpp687 a8 __tsan_atomic8_fetch_xor(volatile a8 *a, a8 v, morder mo) { in __tsan_atomic8_fetch_xor() function