Searched refs:cv_stop_ (Results 1 – 1 of 1) sorted by relevance
71 cv_stop_.wait(lk, [&] {return stop_;}); in StartThreads()87 cv_stop_.notify_all(); in StopThreads()119 std::condition_variable cv_stop_; member in ThreadListTest