Searched refs:ref_count_ (Results 1 – 4 of 4) sorted by relevance
37 ThreadEntry::ThreadEntry(pid_t tid) : tid_(tid), ref_count_(1), wait_value_(0) { in ThreadEntry()53 entry->ref_count_++; in Get()63 if (--entry->ref_count_ == 0) { in Remove()
65 int ref_count_; variable
34 : pid_(pid), tid_(tid), ref_count_(1), mutex_(PTHREAD_MUTEX_INITIALIZER), in ThreadEntry()64 entry->ref_count_++; in Get()75 if (--entry->ref_count_ == 0) { in Remove()
58 int ref_count_; variable