/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_atomic.h | 41 __tsan_memory_order_relaxed, enumerator in enum:__anon17338
|
/external/chromium_org/base/ |
atomicops_internals_tsan.h | 53 __tsan_memory_order_relaxed, enumerator in enum:base::subtle::__anon3398 211 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed); 218 __tsan_memory_order_relaxed); 236 __tsan_memory_order_relaxed); 259 __tsan_memory_order_release, __tsan_memory_order_relaxed); 264 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 268 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 277 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); 286 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_tsan.h | 66 __tsan_memory_order_relaxed, enumerator in enum:google::protobuf::internal::__anon13934 224 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed); 231 __tsan_memory_order_relaxed); 249 __tsan_memory_order_relaxed); 272 __tsan_memory_order_release, __tsan_memory_order_relaxed); 277 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 281 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 290 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); 299 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); [all...] |
/external/chromium_org/v8/src/ |
atomicops_internals_tsan.h | 75 __tsan_memory_order_relaxed, enumerator in enum:v8::internal::__anon15225 233 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed); 240 __tsan_memory_order_relaxed); 258 __tsan_memory_order_relaxed); 281 __tsan_memory_order_release, __tsan_memory_order_relaxed); 286 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 290 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed); 299 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); 308 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed); [all...] |