Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
H A Dthread_pool.cpp32 if (!workerThreads_.empty() || threadCount_ <= 0) { in Start()
37 workerThreads_.reserve(threadCount_); in Start()
39 workerThreads_.emplace_back([this] { this->WorkInThread(); }); in Start()
52 for (std::thread &worker : workerThreads_) { in Stop()
/developtools/global_resource_tool/include/
H A Dthread_pool.h60 std::vector<std::thread> workerThreads_; member in OHOS::Global::Restool::ThreadPool

Completed in 1 milliseconds