Searched refs:workerfn (Results 1 – 3 of 3) sorted by relevance
54 static void *workerfn(void *arg __maybe_unused) in workerfn() function96 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
66 static void *workerfn(void *arg __maybe_unused) in workerfn() function95 if (pthread_create(&w[i], &thread_attr, workerfn, NULL)) in block_threads()
58 static void *workerfn(void *arg) in workerfn() function165 ret = pthread_create(&worker[i].thread, &thread_attr, workerfn, in bench_futex_hash()