Home
last modified time | relevance | path

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

/tools/perf/bench/
Dfutex-wake.c54 static void *workerfn(void *arg __maybe_unused) in workerfn() function
96 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-requeue.c66 static void *workerfn(void *arg __maybe_unused) in workerfn() function
95 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-hash.c58 static void *workerfn(void *arg) in workerfn() function
165 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()