Home
last modified time | relevance | path

Searched refs:workSize (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/script/threadpool/
H A Dthreadpool.cpp139 int32_t workSize = task.workSize; in RunTask() local
142 int32_t num = workSize > threadNumber_ ? threadNumber_ : workSize; in RunTask()
H A Dthread_pool.h27 int32_t workSize; member
/base/update/updater/test/unittest/script/
H A Dthreadpool_unittest.cpp59 task.workSize = taskNumber; in TestThreadPoolCreate()
/base/update/updater/services/script/script_manager/
H A Dscript_managerImpl.cpp228 task.workSize = (static_cast<int32_t>(scriptFiles_[priority].size())); in ExecuteScript()

Completed in 2 milliseconds