Searched refs:ref_count_ (Results 1 – 5 of 5) sorted by relevance
46 static size_t ref_count_; variable
817 return ++local_group_root_->ref_count_; in increment_ref_count()821 return --local_group_root_->ref_count_; in decrement_ref_count()825 return local_group_root_->ref_count_; in get_ref_count()
335 __libdl_info->ref_count_ = 1; in get_libdl_info()
232 size_t ref_count_;
465 if (ref_count_++ == 0) { in ProtectedDataGuard()469 if (ref_count_ == 0) { // overflow in ProtectedDataGuard()475 if (--ref_count_ == 0) { in ~ProtectedDataGuard()487 size_t ProtectedDataGuard::ref_count_ = 0; member in ProtectedDataGuard