Searched refs:workerfn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/perf/bench/ |
D | futex-wake.c | 61 static void *workerfn(void *arg __maybe_unused) in workerfn() function 108 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
D | futex-requeue.c | 73 static void *workerfn(void *arg __maybe_unused) in workerfn() function 102 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
D | futex-hash.c | 65 static void *workerfn(void *arg) in workerfn() function 176 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
|
D | futex-lock-pi.c | 78 static void *workerfn(void *arg) in workerfn() function 141 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()
|