Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/script/threadpool/
Dthreadpool.cpp78 for (int32_t threadIndex = 0; threadIndex < threadNumber_; ++threadIndex) { in Init() local
85 void ThreadPool::ThreadRun(int32_t threadIndex) in ThreadRun()
Dthread_pool.h60 static void ThreadExecute(void* context, int32_t threadIndex) in ThreadExecute()