Searched refs:ThreadPool_WorkerFunc (Results 1 – 1 of 1) sorted by relevance
43 void ThreadPool_WorkerFunc(void *p);45 void *ThreadPool_WorkerFunc(void *p);269 void ThreadPool_WorkerFunc(void *p) in ThreadPool_WorkerFunc() function271 void *ThreadPool_WorkerFunc(void *p) in ThreadPool_WorkerFunc()633 _beginthread(ThreadPool_WorkerFunc, 0, (void *)&threadID); in ThreadPool_Init()637 err = pthread_create(&tid, NULL, ThreadPool_WorkerFunc, in ThreadPool_Init()