Home
last modified time | relevance | path

Searched refs:ref_count_ (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_main.h46 static size_t ref_count_; variable
Dlinker_soinfo.cpp817 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()
Ddlfcn.cpp335 __libdl_info->ref_count_ = 1; in get_libdl_info()
Dlinker_soinfo.h232 size_t ref_count_;
Dlinker.cpp465 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