Searched refs:workerfn (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/bench/ |
D | futex-wake.c | 54 static void *workerfn(void *arg __maybe_unused) in workerfn() function 101 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
D | futex-requeue.c | 66 static void *workerfn(void *arg __maybe_unused) in workerfn() function 95 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
|
D | futex-lock-pi.c | 72 static void *workerfn(void *arg) in workerfn() function 132 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()
|
D | futex-hash.c | 58 static void *workerfn(void *arg) in workerfn() function 165 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
|