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.cpp707 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()
Dlinker_soinfo.h201 size_t ref_count_;
Ddlfcn.cpp330 __libdl_info->ref_count_ = 1; in get_libdl_info()
Dlinker.cpp541 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