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

  /external/compiler-rt/test/tsan/
interface_atomic_test.c 8 __tsan_atomic32_store(&a, 100, __tsan_memory_order_release);
  /external/chromium_org/base/
atomicops_internals_tsan.h 40 __tsan_memory_order_release);
69 __tsan_memory_order_release, __tsan_memory_order_relaxed);
83 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
120 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
145 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
175 __tsan_memory_order_release, __tsan_memory_order_relaxed);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_tsan.h 70 __tsan_memory_order_release);
99 __tsan_memory_order_release, __tsan_memory_order_relaxed);
113 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
150 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
175 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
205 __tsan_memory_order_release, __tsan_memory_order_relaxed);
  /external/chromium_org/v8/src/base/
atomicops_internals_tsan.h 38 __tsan_memory_order_release, enumerator in enum:v8::base::__anon21858
209 __tsan_memory_order_release);
238 __tsan_memory_order_release, __tsan_memory_order_relaxed);
256 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
297 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
322 __tsan_atomic64_store(ptr, value, __tsan_memory_order_release);
352 __tsan_memory_order_release, __tsan_memory_order_relaxed);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Atomics.h 116 __tsan_atomic32_store(ptr, value, __tsan_memory_order_release);
126 __tsan_atomic32_store(reinterpret_cast<volatile int*>(ptr), static_cast<int>(value), __tsan_memory_order_release); local
  /external/compiler-rt/include/sanitizer/
tsan_interface_atomic.h 39 __tsan_memory_order_release, enumerator in enum:__anon24188

Completed in 657 milliseconds