Searched refs:worker_thread (Results 1 – 2 of 2) sorted by relevance
55 static void *worker_thread(void *__tdata) in worker_thread() function122 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe()138 worker_thread(threads + 0); in bench_sched_pipe()141 worker_thread(threads + 1); in bench_sched_pipe()
1018 static void *worker_thread(void *__tdata) in worker_thread() function1245 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()