Searched refs:cv_ (Results 1 – 1 of 1) sorted by relevance
187 cv_.wait(lock, [this] { return !queue_.empty(); }); in MessageLoopImpl()218 cv_.notify_one(); in SendMessage()222 std::condition_variable cv_; member in FAdviser