Home
last modified time | relevance | path

Searched refs:__tsan_atomic_thread_fence (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_tsan.h109 __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()
/external/v8/src/base/
Datomicops_internals_tsan.h179 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()
/external/compiler-rt/include/sanitizer/
Dtsan_interface_atomic.h215 void __tsan_atomic_thread_fence(__tsan_memory_order mo);
/external/llvm/test/Instrumentation/ThreadSanitizer/
Datomic.ll1939 ; 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)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_atomic.cc861 void __tsan_atomic_thread_fence(morder mo) { in __tsan_atomic_thread_fence() function