Home
last modified time | relevance | path

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

/bionic/linker/
Ddlfcn.cpp265 __libdl_info->ref_count_ = 1; in get_libdl_info()
Dlinker.h255 size_t ref_count_;
Dlinker.cpp786 if (ref_count_++ == 0) { in ProtectedDataGuard()
792 if (ref_count_ == 0) { // overflow in ~ProtectedDataGuard()
796 if (--ref_count_ == 0) { in ~ProtectedDataGuard()
806 static size_t ref_count_; member in ProtectedDataGuard
809 size_t ProtectedDataGuard::ref_count_ = 0; member in ProtectedDataGuard
2468 local_group_root_->ref_count_++; in increment_ref_count()
2472 return --local_group_root_->ref_count_; in decrement_ref_count()