Home
last modified time | relevance | path

Searched refs:stopping_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_watchdog.cc272 is_stopping = instance.stopping_; in InformWatchdogsAboutSignal()
303 stopping_ = false; in Start()
346 stopping_ = true; in Stop()
404 stopping_ = false; in SigintWatchdogHelper()
Dnode_watchdog.h140 bool stopping_; variable
/third_party/cef/libcef/browser/
Dmain_runner.cc137 if (!stopping_) { in Stop()
138 stopping_ = true; in Stop()
150 stopping_ = false; in Stop()
205 bool stopping_ = false; member in CefUIThread