Searched refs:worker_thread (Results 1 – 2 of 2) sorted by relevance
284 static void *worker_thread(void *pArg){ in worker_thread() function460 rc = pthread_create(&aInfo[i].id, 0, worker_thread, &aInfo[i]); in main()
43 pthread_t worker_thread; /* Worker thread */ member1266 pthread_join(p->worker_thread, &pDummy); in mt_stop_worker()1348 if( rc==0 ) rc = pthread_create(&p->worker_thread, 0, worker_main, (void *)p); in mt_start_worker()