Searched refs:shutdown_notified_ (Results 1 – 2 of 2) sorted by relevance
210 bool shutdown_notified_; // Was notify called on the shutdown_cv_ variable
398 shutdown_notified_(false), in Server()642 shutdown_notified_ = true; in ShutdownInternal()649 while (started_ && !shutdown_notified_) { in Wait()