Searched defs:thread_stat (Results 1 – 3 of 3) sorted by relevance
120 struct thread_stat { struct121 char name[FIO_JOBNAME_SIZE];122 char verror[FIO_VERROR_SIZE];123 uint32_t error;124 uint32_t thread_number;125 uint32_t groupid;126 uint32_t pid;127 char description[FIO_JOBDESC_SIZE];128 uint32_t members;129 uint32_t unified_rw_rep;[all …]
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 …]