/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic_thread_fence.c | 20 #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 D | xray_fdr_log_writer.h | 87 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 D | xray_fdr_logging.cpp | 249 atomic_thread_fence(memory_order_acquire); in fdrIterator()
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | fence.h | 22 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 D | stdatomic.h | 82 void atomic_thread_fence(memory_order); 85 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
|
/freebsd/sys/net/ |
H A D | netmap.h | 851 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 D | sanitizer_atomic_msvc.h | 61 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 D | sanitizer_atomic_clang.h | 28 inline void atomic_thread_fence(memory_order mo) { __atomic_thread_fence(mo); } in atomic_thread_fence() function
|
/freebsd/crypto/openssl/include/internal/ |
H A D | refcount.h | 52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | atomic_c11.h | 15 #define atomic_fence atomic_thread_fence
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 113 using std::atomic_thread_fence // see below 221 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 571 void atomic_thread_fence(memory_order m) noexcept;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | atomic_helpers.h | 76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 136 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 140 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_shm.c | 378 atomic_thread_fence(memory_order_seq_cst); in memory_barrier()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 707 atomic_thread_fence(memory_order_acq_rel); in mlx5_spin_lock()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_os.h | 1057 #define KMP_MB() std::atomic_thread_fence(std::memory_order_seq_cst)
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 388 AC_CHECK_FUNCS([atomic_thread_fence]) 390 [for atomic_thread_fence()], 398 atomic_thread_fence(memory_order_seq_cst);
|
H A D | config.h.in | 348 /* Define to 1 if you have the `atomic_thread_fence' function. */
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uk.c | 161 atomic_thread_fence(memory_order_seq_cst); in irdma_uk_qp_post_wr()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 294 SYMBOL(atomic_thread_fence, None, <stdatomic.h>)
|
H A D | StdSymbolMap.inc | 729 SYMBOL(atomic_thread_fence, std::, <atomic>)
|
/freebsd/share/man/man9/ |
H A D | Makefile | 496 atomic.9 atomic_thread_fence.9
|