Searched refs:workerfn (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | futex-requeue.c | 74 static void *workerfn(void *arg __maybe_unused) in workerfn() function 103 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
H A D | futex-wake.c | 62 static void *workerfn(void *arg __maybe_unused) in workerfn() function 109 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
H A D | futex-hash.c | 67 static void *workerfn(void *arg) in workerfn() function 179 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
|
H A D | futex-lock-pi.c | 79 static void *workerfn(void *arg) in workerfn() function 142 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()
|
H A D | epoll-wait.c | 183 static void *workerfn(void *arg) in workerfn() function 355 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
H A D | epoll-ctl.c | 171 static void *workerfn(void *arg) in workerfn() function 266 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A 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()
|
H A D | futex-lock-pi.c | 82 static void *workerfn(void *arg) in workerfn() function 155 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) { in create_threads()
|
H A D | futex-wake.c | 67 static void *workerfn(void *arg __maybe_unused) in workerfn() function 123 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
H A D | futex-requeue.c | 82 static void *workerfn(void *arg __maybe_unused) in workerfn() function 150 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
|
H A D | epoll-wait.c | 183 static void *workerfn(void *arg) in workerfn() function 365 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
H A D | epoll-ctl.c | 171 static void *workerfn(void *arg) in workerfn() function 276 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
|
Completed in 6 milliseconds