Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h121 __tsan_atomic64 SANITIZER_CDECL __tsan_atomic64_fetch_and(
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h305 a64 __tsan_atomic64_fetch_and(volatile a64 *a, a64 v, morder mo);
H A Dtsan_interface_atomic.cpp648 a64 __tsan_atomic64_fetch_and(volatile a64 *a, a64 v, morder mo) { in __tsan_atomic64_fetch_and() function