Searched refs:worker_thread (Results 1 – 1 of 1) sorted by relevance
87 static void* worker_thread(void *arg);572 worker_thread(void *arg) in worker_thread() function1165 ret = pthread_create(&threads[i], NULL, worker_thread, (void*)(uintptr_t)i); in main()