Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/
Dfutex-wake.c66 static void *workerfn(void *arg __maybe_unused) in workerfn() function
120 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
Dfutex-hash.c69 static void *workerfn(void *arg) in workerfn() function
195 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
Dfutex-lock-pi.c81 static void *workerfn(void *arg) in workerfn() function
152 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) { in create_threads()
Dfutex-requeue.c81 static void *workerfn(void *arg __maybe_unused) in workerfn() function
147 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
Depoll-ctl.c170 static void *workerfn(void *arg) in workerfn() function
275 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Depoll-wait.c182 static void *workerfn(void *arg) in workerfn() function
364 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()