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

  /external/libchrome/base/
atomicops.h 56 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
57 // means Atomic64 and AtomicWord should be the same type on 64-bit.
67 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
69 typedef intptr_t AtomicWord;
156 // AtomicWord compatible with our other Atomic* types.
  /external/v8/src/base/
atomicops.h 45 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
46 // means Atomic64 and AtomicWord should be the same type on 64-bit.
54 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
56 typedef intptr_t AtomicWord;
139 // AtomicWord compatible with our other Atomic* types.
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 77 // We need to be able to go between Atomic64 and AtomicWord implicitly. This
78 // means Atomic64 and AtomicWord should be the same type on 64-bit.
90 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
92 typedef intptr_t AtomicWord;
236 // On some platforms we need additional declarations to make AtomicWord

Completed in 137 milliseconds