Home
last modified time | relevance | path

Searched refs:stopped_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_worker.cc93 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()
Dnode_platform.cc550 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()
Dnode_worker.h117 bool stopped_ = true; variable
Dnode_platform.h41 bool stopped_; variable