attrp             226 tools/perf/bench/epoll-ctl.c 	pthread_attr_t thread_attr, *attrp = NULL;
attrp             264 tools/perf/bench/epoll-ctl.c 			attrp = &thread_attr;
attrp             267 tools/perf/bench/epoll-ctl.c 		ret = pthread_create(&w->thread, attrp, workerfn,
attrp             295 tools/perf/bench/epoll-wait.c 	pthread_attr_t thread_attr, *attrp = NULL;
attrp             353 tools/perf/bench/epoll-wait.c 			attrp = &thread_attr;
attrp             356 tools/perf/bench/epoll-wait.c 		ret = pthread_create(&w->thread, attrp, workerfn,