Searched refs:ref_count_ (Results 1 – 5 of 5) sorted by relevance
46 static size_t ref_count_; variable
707 return ++local_group_root_->ref_count_; in increment_ref_count()711 return --local_group_root_->ref_count_; in decrement_ref_count()715 return local_group_root_->ref_count_; in get_ref_count()
201 size_t ref_count_;
330 __libdl_info->ref_count_ = 1; in get_libdl_info()
541 if (ref_count_++ == 0) { in ProtectedDataGuard()545 if (ref_count_ == 0) { // overflow in ProtectedDataGuard()551 if (--ref_count_ == 0) { in ~ProtectedDataGuard()563 size_t ProtectedDataGuard::ref_count_ = 0; member in ProtectedDataGuard