Home
last modified time | relevance | path

Searched refs:RunTask (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/script/threadpool/
Dthreadpool.cpp125 RunTask(std::move(newTask), index); in AddNewTask()
127 RunTask(std::move(task), index); in AddNewTask()
147 void ThreadPool::RunTask(Task &&task, int32_t index) in RunTask() function in Uscript::ThreadPool
Dthread_pool.h52 void RunTask(Task &&task, int32_t index);