Searched refs:atomic_thread_fence (Results 1 – 14 of 14) sorted by relevance
22 #undef atomic_thread_fence23 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
154 atomic_thread_fence.c)
20 std::atomic_thread_fence(std::memory_order_seq_cst); in main()
75 void atomic_thread_fence(memory_order);78 #define atomic_thread_fence(order) __c11_atomic_thread_fence(order) macro
53 atomic_signal_fence atomic_thread_fence \135 atomic_signal_fence atomic_thread_fence
188 atomic_thread_fence
256 atomic_thread_fence
91 atomic_thread_fence
67 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function108 atomic_thread_fence(memory_order_seq_cst); in atomic_store()
42 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
96 atomic_thread_fence
217 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()
61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
520 void atomic_thread_fence(memory_order m) noexcept;1724 atomic_thread_fence(memory_order __m) _NOEXCEPT