Searched refs:atomic_thread_fence (Results 1 – 18 of 18) sorted by relevance
22 #undef atomic_thread_fence23 void atomic_thread_fence(memory_order order) { in atomic_thread_fence() function
181 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
69 std::atomic_thread_fence(std::memory_order_seq_cst); in Prewait()132 std::atomic_thread_fence(std::memory_order_seq_cst); in Notify()
53 atomic_signal_fence atomic_thread_fence \135 atomic_signal_fence atomic_thread_fence
188 atomic_thread_fence
183 atomic_thread_fence
91 atomic_thread_fence
82 std::atomic_thread_fence(std::memory_order_release); in initializeDeviceProp()89 std::atomic_thread_fence(std::memory_order_acquire); in initializeDeviceProp()
71 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function112 atomic_thread_fence(memory_order_seq_cst); in atomic_store()
42 INLINE void atomic_thread_fence(memory_order) { in atomic_thread_fence() function
20 atomic_thread_fence
48 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
226 atomic_thread_fence(); // expected-error {{too few arguments to function call}} in f()227 atomic_thread_fence(memory_order_seq_cst); in f()229 void (*pfn)(memory_order) = &atomic_thread_fence; in f()
61 std::atomic_thread_fence(std::memory_order_seq_cst); in MemoryBarrier()
536 void atomic_thread_fence(memory_order m) noexcept;1806 atomic_thread_fence(memory_order __m) _NOEXCEPT