pthread           189 include/acpi/platform/aclinux.h #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread))
pthread            34 tools/perf/bench/sched-pipe.c 	pthread_t		pthread;
pthread           121 tools/perf/bench/sched-pipe.c 			ret = pthread_create(&td->pthread, NULL, worker_thread, td);
pthread           128 tools/perf/bench/sched-pipe.c 			ret = pthread_join(td->pthread, NULL);