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

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-linuxppc.h67 static inline Atomic32 OSAtomicAdd32(Atomic32 amount, Atomic32 *value) { function in namespace:base::subtle
83 t = OSAtomicAdd32(amount, value);
86 // fact that the code right before this (in OSAtomicAdd32) has a
168 return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-linuxppc.h67 static inline Atomic32 OSAtomicAdd32(Atomic32 amount, Atomic32 *value) { function in namespace:base::subtle
83 t = OSAtomicAdd32(amount, value);
86 // fact that the code right before this (in OSAtomicAdd32) has a
168 return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));

Completed in 421 milliseconds