Searched refs:AtomicRefCount (Results 1 – 4 of 4) sorted by relevance
15 class AtomicRefCount {17 constexpr AtomicRefCount() : ref_count_(0) {} in AtomicRefCount() function18 explicit constexpr AtomicRefCount(int initial_value) in AtomicRefCount() function
23 AtomicRefCount num_callbacks_left_;
154 AtomicRefCount live_tracked_refs_{0};
214 mutable AtomicRefCount ref_count_{0};