Searched refs:__tsan_atomic64_store (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | atomicops_internals_tsan.h | 166 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in NoBarrier_Store() 170 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in Acquire_Store() 175 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release); in Release_Store()
|
/external/chromium_org/base/ |
D | atomicops_internals_tsan.h | 136 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in NoBarrier_Store() 140 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in Acquire_Store() 145 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release); in Release_Store()
|
/external/chromium_org/v8/src/base/ |
D | atomicops_internals_tsan.h | 60 void __tsan_atomic64_store(volatile __tsan_atomic64* a, __tsan_atomic64 v, 313 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in NoBarrier_Store() 317 __tsan_atomic64_store(ptr, value, __tsan_memory_order_relaxed); in Acquire_Store() 322 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release); in Release_Store()
|
/external/compiler-rt/include/sanitizer/ |
D | tsan_interface_atomic.h | 63 void __tsan_atomic64_store(volatile __tsan_atomic64 *a, __tsan_atomic64 v,
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | atomic.ll | 1195 ; CHECK: call void @__tsan_atomic64_store(i64* %a, i64 0, i32 0) 1203 ; CHECK: call void @__tsan_atomic64_store(i64* %a, i64 0, i32 0) 1211 ; CHECK: call void @__tsan_atomic64_store(i64* %a, i64 0, i32 3) 1219 ; CHECK: call void @__tsan_atomic64_store(i64* %a, i64 0, i32 5)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 551 void __tsan_atomic64_store(volatile a64 *a, a64 v, morder mo) { in __tsan_atomic64_store() function
|