Searched defs:Atomic64 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Datomicops.h44 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
45 // means Atomic64 and AtomicWord should be the same type on 64-bit.
49 typedef int64_t Atomic64; typedef in namespace:base::subtle
51 typedef intptr_t Atomic64; typedef in namespace:base::subtle
56 // Atomic64 routines below, depending on your architecture.
111 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
112 Atomic64 old_value,
113 Atomic64 new_value);
114 Atomic64 NoBarrier_AtomicExchang
[all...]
/external/v8/src/
H A Datomicops.h59 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
60 // means Atomic64 and AtomicWord should be the same type on 64-bit.
64 typedef int64_t Atomic64; typedef in namespace:v8::internal
66 typedef intptr_t Atomic64; typedef in namespace:v8::internal
71 // Atomic64 routines below, depending on your architecture.
126 Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
127 Atomic64 old_value,
128 Atomic64 new_value);
129 Atomic64 NoBarrier_AtomicExchang
[all...]

Completed in 17 milliseconds