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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.h 44 __tsan_memory_order_release, enumerator in enum:__anon17338
  /external/chromium_org/base/
atomicops_internals_tsan.h 56 __tsan_memory_order_release, enumerator in enum:base::subtle::__anon3398
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/
atomicops_internals_tsan.h 69 __tsan_memory_order_release, enumerator in enum:google::protobuf::internal::__anon13934
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/
atomicops_internals_tsan.h 78 __tsan_memory_order_release, enumerator in enum:v8::internal::__anon15225
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);

Completed in 27 milliseconds