Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h98 __tsan_atomic128 SANITIZER_CDECL __tsan_atomic128_fetch_add(
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h282 a128 __tsan_atomic128_fetch_add(volatile a128 *a, a128 v, morder mo);
H A Dtsan_interface_atomic.cpp600 a128 __tsan_atomic128_fetch_add(volatile a128 *a, a128 v, morder mo) { in __tsan_atomic128_fetch_add() function