Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_thread_fence.c21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Dfence.h24 atomic_thread_fence(memory_order __m) _NOEXCEPT atomic_thread_fence() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h28 inline void atomic_thread_fence(memory_order mo) { __atomic_thread_fence(mo); } in atomic_thread_fence() function
H A Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h85 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/freebsd/sys/sys/
H A Dstdatomic.h140 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function