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

  /external/chromium/base/
atomicops.h 38 // Bug 1308991. We need this for /Wp64, to mark it safe for AtomicWord casting.
44 // 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.
55 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
57 typedef intptr_t AtomicWord;
149 // AtomicWord compatible with our other Atomic* types.
  /external/v8/src/
atomicops.h 59 // 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.
70 // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or
72 typedef intptr_t AtomicWord;
platform.h 124 // Use AtomicWord for a machine-sized pointer. It is assumed that
126 typedef intptr_t AtomicWord;
304 static void ReleaseStore(volatile AtomicWord* ptr, AtomicWord value);

Completed in 58 milliseconds