HomeSort by: relevance | last modified time | path
    Searched refs:atomic_thread_fence (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
atomic_thread_fence.c 1 /*===-- atomic_thread_fence.c -----------------------------------------------===
10 * This file implements atomic_thread_fence from C11's stdatomic.h.
22 #undef atomic_thread_fence macro
23 void atomic_thread_fence(memory_order order) { function
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_writer.h 88 atomic_thread_fence(memory_order_release);
118 atomic_thread_fence(memory_order_release);
162 atomic_thread_fence(memory_order_release);
187 atomic_thread_fence(memory_order_release);
210 atomic_thread_fence(memory_order_release);
xray_fdr_logging.cc 253 atomic_thread_fence(memory_order_acquire);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 61 void atomic_thread_fence(memory_order);
64 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_atomic_clang.h 42 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
sanitizer_atomic_msvc.h 71 INLINE void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
112 atomic_thread_fence(memory_order_seq_cst);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_clang.h 41 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
sanitizer_atomic_msvc.h 61 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
102 atomic_thread_fence(memory_order_seq_cst);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_atomic_clang.h 41 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
sanitizer_atomic_msvc.h 61 inline void atomic_thread_fence(memory_order) { function in namespace:__sanitizer
102 atomic_thread_fence(memory_order_seq_cst);
  /src/crypto/external/bsd/openssl/dist/include/internal/
refcount.h 52 atomic_thread_fence(memory_order_acquire);
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
refcount.h 52 atomic_thread_fence(memory_order_acquire);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
atomic_c11.h 15 #define atomic_fence atomic_thread_fence
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
atomic_c11.h 15 #define atomic_fence atomic_thread_fence
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
atomic_c11.h 16 #define atomic_fence atomic_thread_fence
  /src/external/bsd/jemalloc/include/jemalloc/internal/
atomic_c11.h 16 #define atomic_fence atomic_thread_fence
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdatomic.h 97 extern void atomic_thread_fence (memory_order);
98 #define atomic_thread_fence(MO) __atomic_thread_fence (MO) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdatomic.h 92 extern void atomic_thread_fence (memory_order);
93 #define atomic_thread_fence(MO) __atomic_thread_fence (MO) macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 125 using std::atomic_thread_fence;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 124 using std::atomic_thread_fence;
  /src/crypto/external/apache2/openssl/dist/include/internal/
refcount.h 66 atomic_thread_fence(memory_order_acquire);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
X86Counter.cpp 237 std::atomic_thread_fence(std::memory_order_acq_rel);
  /src/external/bsd/ntp/dist/ntpd/
refclock_shm.c 380 atomic_thread_fence(memory_order_seq_cst);
  /src/sys/kern/
subr_thmap.c 134 #define atomic_thread_fence(x) membar_release() /* only used for release order */ macro
769 atomic_thread_fence(memory_order_release);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
atomic_base.h 145 atomic_thread_fence(memory_order __m) noexcept

Completed in 101 milliseconds

1 2