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

  /external/v8/src/base/
atomicops_internals_atomicword_compat.h 26 inline AtomicWord Relaxed_CompareAndSwap(volatile AtomicWord* ptr,
29 return Relaxed_CompareAndSwap(reinterpret_cast<volatile Atomic32*>(ptr),
atomicops.h 68 Atomic32 Relaxed_CompareAndSwap(volatile Atomic32* ptr, Atomic32 old_value,
109 Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, Atomic64 old_value,
atomicops_internals_portable.h 53 inline Atomic32 Relaxed_CompareAndSwap(volatile Atomic32* ptr,
123 inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr,
atomicops_internals_std.h 31 inline Atomic32 Relaxed_CompareAndSwap(volatile Atomic32* ptr,
116 inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr,
  /external/v8/src/zone/
accounting-allocator.cc 93 max = base::Relaxed_CompareAndSwap(&max_memory_usage_, max, current);

Completed in 47 milliseconds