Home
last modified time | relevance | path

Searched refs:workerfn (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/perf/bench/
Dfutex-wake.c62 static void *workerfn(void *arg __maybe_unused) in workerfn() function
109 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-requeue.c74 static void *workerfn(void *arg __maybe_unused) in workerfn() function
103 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-hash.c67 static void *workerfn(void *arg) in workerfn() function
178 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
Dfutex-lock-pi.c80 static void *workerfn(void *arg) in workerfn() function
143 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()
Depoll-ctl.c172 static void *workerfn(void *arg) in workerfn() function
267 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Depoll-wait.c184 static void *workerfn(void *arg) in workerfn() function
356 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()