Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Dfutex-wake.c67 static void *workerfn(void *arg __maybe_unused) in workerfn() function
123 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
H A Dfutex-hash.c70 static void *workerfn(void *arg) in workerfn() function
196 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
H A Dfutex-lock-pi.c82 static void *workerfn(void *arg) in workerfn() function
155 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) { in create_threads()
H A Dfutex-requeue.c82 static void *workerfn(void *arg __maybe_unused) in workerfn() function
150 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) { in block_threads()
H A Depoll-ctl.c171 static void *workerfn(void *arg) in workerfn() function
276 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
H A Depoll-wait.c183 static void *workerfn(void *arg) in workerfn() function
365 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()