Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/bench/
Dfutex-wake.c61 static void *workerfn(void *arg __maybe_unused) in workerfn() function
108 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-requeue.c73 static void *workerfn(void *arg __maybe_unused) in workerfn() function
102 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
Dfutex-hash.c65 static void *workerfn(void *arg) in workerfn() function
176 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()
Dfutex-lock-pi.c78 static void *workerfn(void *arg) in workerfn() function
141 if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i])) in create_threads()