Searched refs:workerfn (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/perf/bench/ |
D | futex-wake.c | 66 static void *workerfn(void *arg __maybe_unused) in workerfn() function 120 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
D | futex-hash.c | 69 static void *workerfn(void *arg) in workerfn() function 195 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
|
D | futex-lock-pi.c | 81 static void *workerfn(void *arg) in workerfn() function 152 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) { in create_threads()
|
D | futex-requeue.c | 81 static void *workerfn(void *arg __maybe_unused) in workerfn() function 147 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
D | epoll-ctl.c | 170 static void *workerfn(void *arg) in workerfn() function 275 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
D | epoll-wait.c | 182 static void *workerfn(void *arg) in workerfn() function 364 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|