Home
last modified time | relevance | path

Searched defs:thread_stat (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dstat.h120 struct thread_stat { struct
121 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 …]
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c53 struct thread_stat { struct
54 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 …]
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c72 struct thread_stat { struct
73 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 …]