Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_tsan.h57 return __tsan_atomic32_exchange(ptr, new_value, in NoBarrier_AtomicExchange()
63 return __tsan_atomic32_exchange(ptr, new_value, in Acquire_AtomicExchange()
69 return __tsan_atomic32_exchange(ptr, new_value, in Release_AtomicExchange()
/external/compiler-rt/include/sanitizer/
Dtsan_interface_atomic.h74 __tsan_atomic32 __tsan_atomic32_exchange(volatile __tsan_atomic32 *a,
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface.h201 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo);
Dtsan_interface_atomic.cc563 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo) { in __tsan_atomic32_exchange() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/
Datomic.ll843 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 0), !dbg
899 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 2), !dbg
955 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 3), !dbg
1011 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 4), !dbg
1067 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 5), !dbg
/external/llvm/test/Instrumentation/ThreadSanitizer/
Datomic.ll843 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 0), !dbg
899 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 2), !dbg
955 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 3), !dbg
1011 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 4), !dbg
1067 ; CHECK: call i32 @__tsan_atomic32_exchange(i32* %a, i32 0, i32 5), !dbg