Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h130 __tsan_atomic16 SANITIZER_CDECL __tsan_atomic16_fetch_or(
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h314 a16 __tsan_atomic16_fetch_or(volatile a16 *a, a16 v, morder mo);
H A Dtsan_interface_atomic.cpp665 a16 __tsan_atomic16_fetch_or(volatile a16 *a, a16 v, morder mo) { in __tsan_atomic16_fetch_or() function