Home
last modified time | relevance | path

Searched refs:wait_value_ (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DThreadEntry.cpp37 ThreadEntry::ThreadEntry(pid_t tid) : tid_(tid), ref_count_(1), wait_value_(0) { in ThreadEntry()
91 if (wait_cond_.wait_for(lock, wait_time, [this, type] { return wait_value_ == type; })) { in Wait()
101 wait_value_++; in Wake()
DThreadEntry.h52 wait_value_ = 0; in Lock()
68 int wait_value_; variable