Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Datomic_thread_fence.c20 #undef atomic_thread_fence
21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
DCMakeLists.txt259 atomic_thread_fence.c
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
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);
Dxray_fdr_logging.cpp252 atomic_thread_fence(memory_order_acquire); in fdrIterator()
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dstdatomic.h74 void atomic_thread_fence(memory_order);
77 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/macho_embedded/
Dcommon.txt91 atomic_thread_fence
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
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()
Dsanitizer_atomic_clang.h41 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h76 inline void atomic_thread_fence(memory_order) { __sync_synchronize(); } in atomic_thread_fence() function
/openbsd/src/gnu/llvm/libcxx/include/
Dstdatomic.h221 using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
Datomic502 void atomic_thread_fence(memory_order m) noexcept;
2557 atomic_thread_fence(memory_order __m) _NOEXCEPT
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
DX86Counter.cpp243 std::atomic_thread_fence(std::memory_order_acq_rel); in doReadCounter()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/
DBUILD.gn236 "atomic_thread_fence.c",
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc294 SYMBOL(atomic_thread_fence, None, <stdatomic.h>)
DStdSymbolMap.inc129 SYMBOL(atomic_thread_fence, std::, <atomic>)