Searched refs:stopped_ (Results 1 – 4 of 4) sorted by relevance
93 return stopped_; in is_stopped()280 stopped_ = true; in Run()331 if (stopped_) return; in Run()455 CHECK(stopped_); in ~Worker()619 w->stopped_ = false; in StartThread()669 w->stopped_ = true; in StartThread()736 stopped_ = true; in Exit()805 if (w->stopped_ || w->env_ == nullptr) in LoopIdleTime()820 if (w->stopped_ || w->env_ == nullptr) in LoopStartTime()
550 outstanding_tasks_(0), stopped_(false), task_queue_() { } in TaskQueue()574 while (task_queue_.empty() && !stopped_) { in BlockingPop()577 if (stopped_) { in BlockingPop()604 stopped_ = true; in Stop()
117 bool stopped_ = true; variable
41 bool stopped_; variable