Home
last modified time | relevance | path

Searched refs:__tsan_atomic64_exchange (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_tsan.h140 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_relaxed); in NoBarrier_AtomicExchange()
145 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_acquire); in Acquire_AtomicExchange()
150 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release); in Release_AtomicExchange()
/external/compiler-rt/include/sanitizer/
Dtsan_interface_atomic.h76 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface.h203 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo);
Dtsan_interface_atomic.cc568 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo) { in __tsan_atomic64_exchange() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/
Datomic.ll1247 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 0), !dbg
1303 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 2), !dbg
1359 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 3), !dbg
1415 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 4), !dbg
1471 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 5), !dbg
/external/llvm/test/Instrumentation/ThreadSanitizer/
Datomic.ll1247 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 0), !dbg
1303 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 2), !dbg
1359 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 3), !dbg
1415 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 4), !dbg
1471 ; CHECK: call i64 @__tsan_atomic64_exchange(i64* %a, i64 0, i32 5), !dbg