Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance
58 if (shutdown_ || threads_.empty()) { in ~DumpPool()67 for (auto& thread : threads_) { in ~DumpPool()70 threads_.clear(); in ~DumpPool()77 assert(threads_.empty()); in start()84 threads_.emplace_back(std::thread([=]() { in start()
116 if (threads_.empty()) { in enqueueTask()136 if (threads_.empty()) { in enqueueTaskWithFd()200 std::vector<std::thread> threads_; variable