Searched refs:ref_count_ (Results 1 – 2 of 2) sorted by relevance
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