Home
last modified time | relevance | path

Searched defs:atomic_thread_fence (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDatomic_thread_fence.c21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__atomic/
HDfence.h22 inline _LIBCPP_HIDE_FROM_ABI void atomic_thread_fence(memory_order __m) _NOEXCEPT { __cxx_atomic_th… in atomic_thread_fence() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_atomic_clang.h28 inline void atomic_thread_fence(memory_order mo) { __atomic_thread_fence(mo); } in atomic_thread_fence() function
HDsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDatomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDstdatomic.h85 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/freebsd-13-stable/sys/sys/
HDstdatomic.h140 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function