Home
last modified time | relevance | path

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

/external/libbrillo/brillo/daemons/
Ddaemon.cc18 Daemon::Daemon() : exit_code_{EX_OK}, exiting_(false) { in Daemon()
90 if (!exiting_) { in Shutdown()
91 exiting_ = true; in Shutdown()
101 if (!exiting_ && !OnRestart()) { in Restart()
103 exiting_ = true; in Restart()
Ddaemon.h118 bool exiting_; variable
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h40 exiting_ = true; in ~SimpleThreadPoolTempl()
93 while (!exiting_) { in WorkerLoop()
142 bool exiting_ = false; variable