Searched refs:worker_thread_function (Results 1 – 1 of 1) sorted by relevance
75 worker_thread_function(void *args) in worker_thread_function() function130 err = pthread_create(&threads[i], &attr, worker_thread_function, (void*)&targs[i]); in create_threads()