HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_memory_order_relaxed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/
atomicops_internals_tsan.h 21 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed);
28 __tsan_memory_order_relaxed);
46 __tsan_memory_order_relaxed);
69 __tsan_memory_order_release, __tsan_memory_order_relaxed);
74 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
78 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
87 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed);
96 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed);
104 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_tsan.h 51 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed);
58 __tsan_memory_order_relaxed);
76 __tsan_memory_order_relaxed);
99 __tsan_memory_order_release, __tsan_memory_order_relaxed);
104 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
108 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
117 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed);
126 return __tsan_atomic32_load(ptr, __tsan_memory_order_relaxed);
134 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed)
    [all...]
  /external/chromium_org/v8/src/base/
atomicops_internals_tsan.h 35 __tsan_memory_order_relaxed, enumerator in enum:v8::base::__anon945
190 __tsan_memory_order_relaxed, __tsan_memory_order_relaxed);
197 __tsan_memory_order_relaxed);
215 __tsan_memory_order_relaxed);
238 __tsan_memory_order_release, __tsan_memory_order_relaxed);
243 __tsan_atomic8_store(ptr, value, __tsan_memory_order_relaxed);
247 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
251 __tsan_atomic32_store(ptr, value, __tsan_memory_order_relaxed);
260 return __tsan_atomic8_load(ptr, __tsan_memory_order_relaxed);
    [all...]
  /external/compiler-rt/include/sanitizer/
tsan_interface_atomic.h 36 __tsan_memory_order_relaxed, enumerator in enum:__anon3275

Completed in 83 milliseconds