Home
last modified time | relevance | path

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

/base/update/updater/services/script/threadpool/
Dthread_pool.h55 static void ThreadExecute(void* context, int32_t threadIndex) in ThreadExecute() function
Dthreadpool.cpp60 workers_.emplace_back(std::thread(ThreadPool::ThreadExecute, this, threadIndex)); in Init()