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

  /external/libchrome/base/
atomic_ref_count.h 15 typedef subtle::AtomicWord AtomicRefCount;
18 inline void AtomicRefCountIncN(volatile AtomicRefCount *ptr,
19 AtomicRefCount increment) {
27 inline bool AtomicRefCountDecN(volatile AtomicRefCount *ptr,
28 AtomicRefCount decrement) {
34 inline void AtomicRefCountInc(volatile AtomicRefCount *ptr) {
41 inline bool AtomicRefCountDec(volatile AtomicRefCount *ptr) {
51 inline bool AtomicRefCountIsOne(volatile AtomicRefCount *ptr) {
59 inline bool AtomicRefCountIsZero(volatile AtomicRefCount *ptr) {
  /external/libchrome/base/memory/
ref_counted.cc 13 AtomicRefCount g_cross_thread_ref_count_access_allow_count = 0;
ref_counted.h 161 mutable AtomicRefCount ref_count_ = 0;

Completed in 195 milliseconds