Lines Matching defs:thread_stat
53 struct thread_stat { struct54 unsigned long cycles;55 unsigned long cyclesread;56 long min;57 long max;58 long act;59 double avg;60 long *values;61 pthread_t thread;62 pthread_t tothread;63 int threadstarted;64 int tid;