Home
last modified time | relevance | path

Searched refs:AtomicRefCountDec (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/memory/
Dref_counted.cc42 if (!AtomicRefCountDec(&ref_count_)) { in Release()
/external/libchrome/base/
Dcallback_internal.cc17 if (!AtomicRefCountDec(&ref_count_)) in Release()
Datomic_ref_count.h41 inline bool AtomicRefCountDec(volatile AtomicRefCount *ptr) { in AtomicRefCountDec() function