Searched refs:shutdown_notified_ (Results 1 – 3 of 3) sorted by relevance
339 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
335 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
908 shutdown_notified_(false), in Server()1290 shutdown_notified_ = true; in ShutdownInternal()1305 while (started_ && !shutdown_notified_) { in Wait()