Lines Matching defs:thread_stat
72 struct thread_stat { struct73 unsigned long cycles;74 unsigned long cyclesread;75 long min;76 long max;77 long act;78 double avg;79 long *values;80 pthread_t thread;81 int threadstarted;82 int tid;