Searched refs:__tsan_atomic_thread_fence (Results 1 – 5 of 5) sorted by relevance
109 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Acquire_Store()125 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Release_Load()171 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Acquire_Store()187 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Release_Load()210 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in MemoryBarrier()
179 void __tsan_atomic_thread_fence(__tsan_memory_order mo);252 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Acquire_Store()272 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Release_Load()318 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Acquire_Store()334 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in Release_Load()357 __tsan_atomic_thread_fence(__tsan_memory_order_seq_cst); in MemoryBarrier()
215 void __tsan_atomic_thread_fence(__tsan_memory_order mo);
1939 ; CHECK: call void @__tsan_atomic_thread_fence(i32 2)1955 ; CHECK: call void @__tsan_atomic_thread_fence(i32 3)1971 ; CHECK: call void @__tsan_atomic_thread_fence(i32 4)1987 ; CHECK: call void @__tsan_atomic_thread_fence(i32 5)
861 void __tsan_atomic_thread_fence(morder mo) { in __tsan_atomic_thread_fence() function