Searched refs:server_should_continue_ (Results 1 – 1 of 1) sorted by relevance
97 cv_server_continue_.wait(lock, [this] { return server_should_continue_; }); in ServerWaitToContinue()106 server_should_continue_ = true; in SignalServerToContinue()115 bool server_should_continue_ /* GUARDED_BY(mu_) */ = false; variable