Home | History | Annotate | Download | only in synchronization

Lines Matching full:shutdown

87   bool shutdown() const;  // Check if shutdown has been requested.
142 int shutdown_task_count_; // Number of tasks told to shutdown
158 // First try trivial startup/shutdown.
395 queue.work_is_available()->Broadcast(); // Force check for shutdown.
485 queue.work_is_available()->Broadcast(); // Force check for shutdown.
572 bool WorkQueue::shutdown() const {
731 while (0 == task_count() && !shutdown()) {
736 if (shutdown()) {
737 // Ack the notification of a shutdown message back to the controller.