Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DThreadEntry.cpp37 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()
DThreadEntry.h65 int ref_count_; variable
/system/unwinding/libbacktrace/
DThreadEntry.cpp34 : 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()
DThreadEntry.h58 int ref_count_; variable