Home
last modified time | relevance | path

Searched refs:shutdown_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpPool.cpp50 DumpPool::DumpPool(const std::string& tmp_root) : tmp_root_(tmp_root), shutdown_(false), in DumpPool()
58 if (shutdown_ || threads_.empty()) { in ~DumpPool()
63 shutdown_ = true; in ~DumpPool()
82 shutdown_ = false; in start()
168 while (!shutdown_) { in loop()
DDumpPool.h195 bool shutdown_; variable