Searched refs:new_round_cv_ (Results 1 – 2 of 2) sorted by relevance
153 new_round_cv_.notify_all(); in PrepareFullRound()162 new_round_cv_.notify_all(); in PreparePartialRound()200 new_round_cv_.wait_for(l, std::chrono::microseconds(kTimeoutUs)); in PrepareRound()
152 condition_variable new_round_cv_; variable