wthread           421 tools/perf/bench/epoll-wait.c 	pthread_t wthread;
wthread           497 tools/perf/bench/epoll-wait.c 	ret = pthread_create(&wthread, NULL, writerfn,
wthread           508 tools/perf/bench/epoll-wait.c 	ret = pthread_join(wthread, NULL);