Searched refs:__tsan_atomic32_exchange (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/
H A Datomicops_internals_tsan.h27 return __tsan_atomic32_exchange(ptr, new_value,
33 return __tsan_atomic32_exchange(ptr, new_value,
39 return __tsan_atomic32_exchange(ptr, new_value,
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_tsan.h57 return __tsan_atomic32_exchange(ptr, new_value,
63 return __tsan_atomic32_exchange(ptr, new_value,
69 return __tsan_atomic32_exchange(ptr, new_value,
/external/chromium_org/v8/src/base/
H A Datomicops_internals_tsan.h69 __tsan_atomic32 __tsan_atomic32_exchange(volatile __tsan_atomic32* a,
196 return __tsan_atomic32_exchange(ptr, new_value,
202 return __tsan_atomic32_exchange(ptr, new_value,
208 return __tsan_atomic32_exchange(ptr, new_value,
/external/compiler-rt/include/sanitizer/
H A Dtsan_interface_atomic.h74 __tsan_atomic32 __tsan_atomic32_exchange(volatile __tsan_atomic32 *a,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc573 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo) { function

Completed in 172 milliseconds