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.cpp825 return ++local_group_root_->ref_count_; in increment_ref_count()
829 return --local_group_root_->ref_count_; in decrement_ref_count()
833 return local_group_root_->ref_count_; in get_ref_count()
Ddlfcn.cpp328 __libdl_info->ref_count_ = 1; in get_libdl_info()
Dlinker_soinfo.h230 size_t ref_count_;
Dlinker.cpp431 if (ref_count_++ == 0) { in ProtectedDataGuard()
435 if (ref_count_ == 0) { // overflow in ProtectedDataGuard()
441 if (--ref_count_ == 0) { in ~ProtectedDataGuard()
453 size_t ProtectedDataGuard::ref_count_ = 0; member in ProtectedDataGuard