Home
last modified time | relevance | path

Searched refs:workers_ (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/services/script/threadpool/
H A Dthreadpool.cpp68 workers_.emplace_back(std::thread([this, threadIndex] { in Init()
94 for (auto& worker : workers_) { in ~ThreadPool()
H A Dthread_pool.h70 std::vector<std::thread> workers_; member in Uscript::ThreadPool

Completed in 1 milliseconds