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