Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 2 of 2) sorted by relevance

/tools/perf/bench/
Dsched-pipe.c55 static void *worker_thread(void *__tdata) in worker_thread() function
122 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()
Dnuma.c1018 static void *worker_thread(void *__tdata) in worker_thread() function
1245 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()