Searched defs:OSAtomicAdd64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-macosx.h82 inline int64_t OSAtomicAdd64(int64_t theAmount, int64_t *theValue) { function in namespace:base::subtle
97 int64_t new_val = OSAtomicAdd64(theAmount, theValue);
222 return OSAtomicAdd64(increment, const_cast<Atomic64*>(ptr));
H A Datomicops-internals-linuxppc.h208 static inline Atomic64 OSAtomicAdd64(Atomic64 amount, Atomic64 *value) { function in namespace:base::subtle
224 t = OSAtomicAdd64(amount, value);
227 // fact that the code right before this (in OSAtomicAdd64) has a
299 return OSAtomicAdd64(increment, const_cast<Atomic64*>(ptr));
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-macosx.h82 inline int64_t OSAtomicAdd64(int64_t theAmount, int64_t *theValue) { function in namespace:base::subtle
97 int64_t new_val = OSAtomicAdd64(theAmount, theValue);
222 return OSAtomicAdd64(increment, const_cast<Atomic64*>(ptr));
H A Datomicops-internals-linuxppc.h208 static inline Atomic64 OSAtomicAdd64(Atomic64 amount, Atomic64 *value) { function in namespace:base::subtle
224 t = OSAtomicAdd64(amount, value);
227 // fact that the code right before this (in OSAtomicAdd64) has a
299 return OSAtomicAdd64(increment, const_cast<Atomic64*>(ptr));

Completed in 43 milliseconds