Searched refs:AtomicRefCount (Results 1 – 5 of 5) 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};
10 gvisor.googlesource.com/gvisor/pkg/refs.(*AtomicRefCount).DecRefWithDestructor(0xc42048e0c0, 0xc420…69 gvisor.googlesource.com/gvisor/pkg/refs.(*AtomicRefCount).DecRefWithDestructor(0xc42048e0c0, 0xc420…
214 mutable AtomicRefCount ref_count_{0};