Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DThreadEntry.cpp91 if (wait_cond_.wait_for(lock, wait_time, [this, type] { return wait_value_ == type; })) { in Wait()
104 wait_cond_.notify_one(); in Wake()
DThreadEntry.h67 std::condition_variable wait_cond_; variable