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

  /external/chromium/base/
atomic_ref_count.h 20 typedef subtle::Atomic32 AtomicRefCount;
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_org/base/
atomic_ref_count.h 19 typedef subtle::Atomic32 AtomicRefCount;
22 inline void AtomicRefCountIncN(volatile AtomicRefCount *ptr,
23 AtomicRefCount increment) {
31 inline bool AtomicRefCountDecN(volatile AtomicRefCount *ptr,
32 AtomicRefCount decrement) {
42 inline void AtomicRefCountInc(volatile AtomicRefCount *ptr) {
49 inline bool AtomicRefCountDec(volatile AtomicRefCount *ptr) {
59 inline bool AtomicRefCountIsOne(volatile AtomicRefCount *ptr) {
70 inline bool AtomicRefCountIsZero(volatile AtomicRefCount *ptr) {

Completed in 2014 milliseconds