Home
last modified time | relevance | path

Searched defs:atomic_thread_fence (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/
H A Datomic_thread_fence.c21 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
/llvm-project/libcxx/include/__atomic/
H A Dfence.h22 inline _LIBCPP_HIDE_FROM_ABI void atomic_thread_fence(memory_order __m) _NOEXCEPT { __cxx_atomic_thread_fence(__m); } in atomic_thread_fence() function
/llvm-project/libc/src/__support/CPP/
H A Datomic.h189 LIBC_INLINE void atomic_thread_fence([[maybe_unused]] MemoryOrder mem_ord) { atomic_thread_fence() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h28 inline void atomic_thread_fence(memory_order mo) { __atomic_thread_fence(mo); } in atomic_thread_fence() function
H A Dsanitizer_atomic_msvc.h61 inline void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/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
/llvm-project/clang/lib/Headers/
H A Dstdatomic.h82 void atomic_thread_fence(memory_order); macro