Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDtsan_interface_atomic.h221 void SANITIZER_CDECL __tsan_atomic_thread_fence(__tsan_memory_order mo);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interface.h405 void __tsan_atomic_thread_fence(morder mo);
HDtsan_interface_atomic.cpp837 void __tsan_atomic_thread_fence(morder mo) { ATOMIC_IMPL(Fence, mo); } in __tsan_atomic_thread_fence() function