Searched refs:cond_ (Results 1 – 2 of 2) sorted by relevance
49 cond_.notify_all(); in Exit()62 cond_.wait(lk); in WaitForSignalOrExitLocked()64 cond_.wait_for(lk, std::chrono::nanoseconds(max_nanoseconds))) { in WaitForSignalOrExitLocked()
40 cond_.notify_all(); in Signal()68 std::condition_variable cond_; variable