Searched refs:wait_value_ (Results 1 – 2 of 2) sorted by relevance
37 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()
52 wait_value_ = 0; in Lock()68 int wait_value_; variable