Home
last modified time | relevance | path

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

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