Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Datomic_thread_fence.c22 #undef atomic_thread_fence
23 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
DCMakeLists.txt154 atomic_thread_fence.c)
/external/libcxx/test/std/atomics/atomics.fences/
Datomic_thread_fence.pass.cpp20 std::atomic_thread_fence(std::memory_order_seq_cst); in main()
/external/clang/lib/Headers/
Dstdatomic.h75 void atomic_thread_fence(memory_order);
78 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
/external/compiler-rt/make/platform/
Ddarwin_bni.mk53 atomic_signal_fence atomic_thread_fence \
135 atomic_signal_fence atomic_thread_fence
Dclang_macho_embedded.mk188 atomic_thread_fence
Dclang_darwin.mk256 atomic_thread_fence
/external/compiler-rt/lib/builtins/macho_embedded/
Dcommon.txt91 atomic_thread_fence
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h67 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
108 atomic_thread_fence(memory_order_seq_cst); in atomic_store()
Dsanitizer_atomic_clang.h42 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
/external/compiler-rt/lib/builtins/Darwin-excludes/
D10.4.txt96 atomic_thread_fence
/external/clang/test/Sema/
Datomic-ops.c217 atomic_thread_fence(); // expected-error {{too few arguments to function call}} in f()
218 atomic_thread_fence(memory_order_seq_cst); in f()
220 void (*pfn)(memory_order) = &atomic_thread_fence; in f()
/external/libchrome/base/
Datomicops_internals_portable.h61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
/external/libcxx/include/
Datomic520 void atomic_thread_fence(memory_order m) noexcept;
1724 atomic_thread_fence(memory_order __m) _NOEXCEPT