HelenOS sources
refcount_t 132 uspace/lib/cpp/include/__bits/memory/shared_payload.hpp refcount_t rfs = this->refs();
refcount_t 49 uspace/lib/cpp/include/__bits/refcount_obj.hpp refcount_t refs() const noexcept;
refcount_t 50 uspace/lib/cpp/include/__bits/refcount_obj.hpp refcount_t weak_refs() const noexcept;
refcount_t 64 uspace/lib/cpp/include/__bits/refcount_obj.hpp refcount_t refcount_{1};
refcount_t 65 uspace/lib/cpp/include/__bits/refcount_obj.hpp refcount_t weak_refcount_{1};
refcount_t 65 uspace/lib/cpp/src/refcount_obj.cpp refcount_t refcount_obj::refs() const
refcount_t 70 uspace/lib/cpp/src/refcount_obj.cpp refcount_t refcount_obj::weak_refs() const
HelenOS homepage, sources at GitHub