Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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.cpp252 atomic_thread_fence(memory_order_acquire); in fdrIterator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h61 void atomic_thread_fence(memory_order);
64 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/freebsd-13.1/sys/net/
H A Dnetmap.h822 atomic_thread_fence(memory_order_release); in nm_stst_barrier()
826 atomic_thread_fence(memory_order_acquire); in nm_ldld_barrier()
/freebsd-13.1/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.h41 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/freebsd-13.1/crypto/openssl/include/internal/
H A Drefcount.h52 atomic_thread_fence(memory_order_acquire); in CRYPTO_DOWN_REF()
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h15 #define atomic_fence atomic_thread_fence
/freebsd-13.1/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-13.1/sys/sys/
H A Dstdatomic.h141 atomic_thread_fence(memory_order __order __unused) in atomic_thread_fence() function
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_shm.c378 atomic_thread_fence(memory_order_seq_cst); in memory_barrier()
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dmlx5.h707 atomic_thread_fence(memory_order_acq_rel); in mlx5_spin_lock()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h1018 #define KMP_MB() std::atomic_thread_fence(std::memory_order_seq_cst)
/freebsd-13.1/contrib/ntp/
H A Dconfigure.ac394 AC_CHECK_FUNCS([atomic_thread_fence])
396 [for atomic_thread_fence()],
404 atomic_thread_fence(memory_order_seq_cst);
H A Dconfig.h.in348 /* Define to 1 if you have the `atomic_thread_fence' function. */
H A Dconfigure26142 ac_fn_c_check_func "$LINENO" "atomic_thread_fence" "ac_cv_func_atomic_thread_fence"
26151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic_thread_fence()" >&5
26152 $as_echo_n "checking for atomic_thread_fence()... " >&6; }
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Datomic561 void atomic_thread_fence(memory_order m) noexcept;
2736 atomic_thread_fence(memory_order __m) _NOEXCEPT
/freebsd-13.1/share/man/man9/
H A DMakefile487 atomic.9 atomic_thread_fence.9
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp6449 std::atomic_thread_fence(std::memory_order_seq_cst);