workerfn          267 tools/perf/bench/epoll-ctl.c 		ret = pthread_create(&w->thread, attrp, workerfn,
workerfn          356 tools/perf/bench/epoll-wait.c 		ret = pthread_create(&w->thread, attrp, workerfn,
workerfn          178 tools/perf/bench/futex-hash.c 		ret = pthread_create(&worker[i].thread, &thread_attr, workerfn,
workerfn          143 tools/perf/bench/futex-lock-pi.c 		if (pthread_create(&w[i].thread, &thread_attr, workerfn, &worker[i]))
workerfn          103 tools/perf/bench/futex-requeue.c 		if (pthread_create(&w[i], &thread_attr, workerfn, NULL))
workerfn          109 tools/perf/bench/futex-wake.c 		if (pthread_create(&w[i], &thread_attr, workerfn, NULL))