Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h41 inline void atomic_thread_fence(memory_order) { atomic_thread_fence() function
H A Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h82 void atomic_thread_fence(memory_order); macro
/freebsd-src/sys/sys/
H A Dstdatomic.h139 atomic_thread_fence(memory_order __order __unused) atomic_thread_fence() function