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

  /external/chromium_org/base/
atomicops_internals_tsan.h 89 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
300 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_relaxed);
305 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_acquire);
310 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_tsan.h 102 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
313 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_relaxed);
318 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_acquire);
323 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
  /external/chromium_org/v8/src/
atomicops_internals_tsan.h 111 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
322 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_relaxed);
327 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_acquire);
332 return __tsan_atomic64_exchange(ptr, new_value, __tsan_memory_order_release);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.h 77 __tsan_atomic64 __tsan_atomic64_exchange(volatile __tsan_atomic64 *a,
tsan_interface_atomic.cc 446 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo) { function
  /external/llvm/test/Instrumentation/ThreadSanitizer/
atomic.ll     [all...]

Completed in 848 milliseconds