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

/external/chromium_org/base/
H A Datomicops_internals_tsan.h56 __tsan_memory_order_release, enumerator in enum:base::subtle::__anon3676
230 __tsan_memory_order_release);
259 __tsan_memory_order_release, __tsan_memory_order_relaxed);
273 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
310 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
335 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
365 __tsan_memory_order_release, __tsan_memory_order_relaxed);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_tsan.h69 __tsan_memory_order_release, enumerator in enum:google::protobuf::internal::__anon13420
243 __tsan_memory_order_release);
272 __tsan_memory_order_release, __tsan_memory_order_relaxed);
286 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
323 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
348 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
378 __tsan_memory_order_release, __tsan_memory_order_relaxed);
/external/chromium_org/v8/src/
H A Datomicops_internals_tsan.h78 __tsan_memory_order_release, enumerator in enum:v8::internal::__anon14615
252 __tsan_memory_order_release);
281 __tsan_memory_order_release, __tsan_memory_order_relaxed);
295 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
332 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
357 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
387 __tsan_memory_order_release, __tsan_memory_order_relaxed);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.h44 __tsan_memory_order_release, enumerator in enum:__anon16746
H A Dtsan_interface_atomic.cc51 const morder mo_release = __tsan_memory_order_release;

Completed in 82 milliseconds