Searched refs:worker_thread (Results 1 – 3 of 3) sorted by relevance
/tools/testing/radix-tree/ |
D | multiorder.c | 201 pthread_t worker_thread[num_threads]; in multiorder_iteration_race() local 205 pthread_create(&worker_thread[0], NULL, &creator_func, xa); in multiorder_iteration_race() 207 pthread_create(&worker_thread[i], NULL, &iterator_func, xa); in multiorder_iteration_race() 210 pthread_join(worker_thread[i], NULL); in multiorder_iteration_race() 256 pthread_t worker_thread[num_threads]; in load_race() local 260 pthread_create(&worker_thread[0], NULL, &load_creator, xa); in load_race() 262 pthread_create(&worker_thread[i], NULL, &load_worker, xa); in load_race() 265 pthread_join(worker_thread[i], NULL); in load_race()
|
/tools/perf/bench/ |
D | sched-pipe.c | 54 static void *worker_thread(void *__tdata) in worker_thread() function 121 ret = pthread_create(&td->pthread, NULL, worker_thread, td); in bench_sched_pipe() 137 worker_thread(threads + 0); in bench_sched_pipe() 140 worker_thread(threads + 1); in bench_sched_pipe()
|
D | numa.c | 1153 static void *worker_thread(void *__tdata) in worker_thread() function 1393 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
|