Home
last modified time | relevance | path

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

/base/update/updater/services/script/threadpool/
H A Dthreadpool.cpp59 taskQueue_.resize(threadPoolMaxTasks); in Init()
78 for (int32_t k = 0; k < threadPoolMaxTasks; ++k) { in ThreadRun()
128 for (int32_t i = 0; i < threadPoolMaxTasks; ++i) { in AcquireWorkIndex()
H A Dthread_pool.h69 static constexpr int32_t threadPoolMaxTasks = 1; member in Uscript::ThreadPool

Completed in 2 milliseconds