Home
last modified time | relevance | path

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

/tools/perf/bench/
Dfutex-wake.c66 static void *workerfn(void *arg __maybe_unused) in workerfn() function
113 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-hash.c69 static void *workerfn(void *arg) in workerfn() function
186 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
Dfutex-requeue.c81 static void *workerfn(void *arg __maybe_unused) in workerfn() function
139 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-lock-pi.c81 static void *workerfn(void *arg) in workerfn() function
144 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()
Depoll-ctl.c170 static void *workerfn(void *arg) in workerfn() function
265 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Depoll-wait.c182 static void *workerfn(void *arg) in workerfn() function
354 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()