Searched refs:shutdown_ (Results 1 – 2 of 2) sorted by relevance
50 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()
195 bool shutdown_; variable