Searched refs:atomic_thread_fence (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic_thread_fence.c1 //===-- atomic_thread_fence.c ---------------------------------------------===//
9 // This file implements atomic_thread_fence from C11's stdatomic.h.
20 #undef atomic_thread_fence macro
21 void atomic_thread_fence(memory_order order) { function
/freebsd-11-stable/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);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h41 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h61 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
102 atomic_thread_fence(memory_order_seq_cst);
/freebsd-11-stable/sys/net/
H A Dnetmap.h807 atomic_thread_fence(memory_order_release);
811 atomic_thread_fence(memory_order_acquire);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } function in namespace:scudo
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h139 atomic_thread_fence(memory_order __order __unused) function
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_shm.c378 atomic_thread_fence(memory_order_seq_cst);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h707 atomic_thread_fence(memory_order_acq_rel);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure26140 for ac_func in atomic_thread_fence
26142 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; }
26165 atomic_thread_fence(memory_order_seq_cst);

Completed in 189 milliseconds