Searched defs:threadIndex (Results 1 – 2 of 2) sorted by relevance
78 for (int32_t threadIndex = 0; threadIndex < threadNumber_; ++threadIndex) { in Init() local85 void ThreadPool::ThreadRun(int32_t threadIndex) in ThreadRun()
60 static void ThreadExecute(void* context, int32_t threadIndex) in ThreadExecute()