Home
last modified time | relevance | path

Searched refs:atomic_thread_fence (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_thread_fence.c20 #undef atomic_thread_fence
21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h87 atomic_thread_fence(memory_order_release);
117 atomic_thread_fence(memory_order_release);
161 atomic_thread_fence(memory_order_release);
186 atomic_thread_fence(memory_order_release);
209 atomic_thread_fence(memory_order_release);
H A Dxray_fdr_logging.cpp249 atomic_thread_fence(memory_order_acquire); in fdrIterator()
/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_thread_fence(__m); }
24 atomic_thread_fence(memory_order __m) _NOEXCEPT atomic_thread_fence() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h82 void atomic_thread_fence(memory_order);
85 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/freebsd/sys/net/
H A Dnetmap.h851 atomic_thread_fence(memory_order_release); in nm_stst_barrier()
855 atomic_thread_fence(memory_order_acquire); in nm_ldld_barrier()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
102 atomic_thread_fence(memory_order_seq_cst); in atomic_store()
H A Dsanitizer_atomic_clang.h28 inline void atomic_thread_fence(memory_order mo) { __atomic_thread_fence(mo); } in atomic_thread_fence() function
/freebsd/crypto/openssl/include/internal/
H A Drefcount.h52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h15 #define atomic_fence atomic_thread_fence
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h113 using std::atomic_thread_fence // see below
221 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
H A Datomic571 void atomic_thread_fence(memory_order m) noexcept;
/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/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc136 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/sys/
H A Dstdatomic.h140 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function
/freebsd/contrib/ntp/ntpd/
H A Drefclock_shm.c378 atomic_thread_fence(memory_order_seq_cst); in memory_barrier()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h707 atomic_thread_fence(memory_order_acq_rel); in mlx5_spin_lock()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h1057 #define KMP_MB() std::atomic_thread_fence(std::memory_order_seq_cst)
/freebsd/contrib/ntp/
H A Dconfigure.ac388 AC_CHECK_FUNCS([atomic_thread_fence])
390 [for atomic_thread_fence()],
398 atomic_thread_fence(memory_order_seq_cst);
H A Dconfig.h.in348 /* Define to 1 if you have the `atomic_thread_fence' function. */
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c161 atomic_thread_fence(memory_order_seq_cst); in irdma_uk_qp_post_wr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc294 SYMBOL(atomic_thread_fence, None, <stdatomic.h>)
H A DStdSymbolMap.inc729 SYMBOL(atomic_thread_fence, std::, <atomic>)
/freebsd/share/man/man9/
H A DMakefile496 atomic.9 atomic_thread_fence.9

12