Searched refs:AtomicRefCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Datomic_ref_count.h20 typedef subtle::Atomic32 AtomicRefCount; typedef in namespace:base
23 inline void AtomicRefCountIncN(volatile AtomicRefCount *ptr,
24 AtomicRefCount increment) {
32 inline bool AtomicRefCountDecN(volatile AtomicRefCount *ptr,
33 AtomicRefCount decrement) {
43 inline void AtomicRefCountInc(volatile AtomicRefCount *ptr) {
50 inline bool AtomicRefCountDec(volatile AtomicRefCount *ptr) {
60 inline bool AtomicRefCountIsOne(volatile AtomicRefCount *ptr) {
71 inline bool AtomicRefCountIsZero(volatile AtomicRefCount *ptr) {
/external/chromium/base/memory/
H A Dref_counted.h59 mutable AtomicRefCount ref_count_;

Completed in 370 milliseconds