Searched refs:ThreadPool_WorkerFunc (Results 1 – 1 of 1) sorted by relevance
46 void ThreadPool_WorkerFunc(void *p);48 void *ThreadPool_WorkerFunc(void *p);279 void ThreadPool_WorkerFunc(void *p) in ThreadPool_WorkerFunc() function281 void *ThreadPool_WorkerFunc(void *p) in ThreadPool_WorkerFunc()638 _beginthread(ThreadPool_WorkerFunc, 0, (void *)&threadID); in ThreadPool_Init()642 err = pthread_create(&tid, NULL, ThreadPool_WorkerFunc, in ThreadPool_Init()