Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDtsan_interface_atomic.h71 __tsan_atomic16 __tsan_atomic16_exchange(volatile __tsan_atomic16 *a,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interface.h249 a16 __tsan_atomic16_exchange(volatile a16 *a, a16 v, morder mo);
HDtsan_interface_atomic.cpp582 a16 __tsan_atomic16_exchange(volatile a16 *a, a16 v, morder mo) { in __tsan_atomic16_exchange() function