Searched defs:thread_stat (Results 1 – 2 of 2) sorted by relevance
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;[all …]
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;[all …]