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