Searched refs:workerfn (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/bench/ |
D | futex-wake.c | 67 static void *workerfn(void *arg __maybe_unused) in workerfn() function 121 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
D | futex-hash.c | 70 static void *workerfn(void *arg) in workerfn() function 196 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
|
D | futex-lock-pi.c | 82 static void *workerfn(void *arg) in workerfn() function 153 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) { in create_threads()
|
D | futex-requeue.c | 82 static void *workerfn(void *arg __maybe_unused) in workerfn() function 148 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
D | epoll-ctl.c | 171 static void *workerfn(void *arg) in workerfn() function 276 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
D | epoll-wait.c | 183 static void *workerfn(void *arg) in workerfn() function 365 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|