Home
last modified time | relevance | path

Searched defs:atomic_thread_fence (Results 1 – 8 of 8) 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.h22 inline _LIBCPP_HIDE_FROM_ABI void atomic_thread_fence(memory_order __m) _NOEXCEPT { __cxx_atomic_th… in atomic_thread_fence() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/
H A Dfence.h22 inline _LIBCPP_HIDE_FROM_ABI void atomic_thread_fence(memory_order __m) _NOEXCEPT { __cxx_atomic_th… in atomic_thread_fence() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h40 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.h143 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function