HomeSort by relevance Sort by last modified time
    Searched defs:thread_stat (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/tests/signaltest/src/
signaltest.c 48 struct thread_stat *stats;
53 struct thread_stat { struct
98 struct thread_stat *stat = par->stats;
293 struct thread_stat *stat = par->stats;
318 struct thread_stat *stat;
340 stat = calloc(num_threads, sizeof(struct thread_stat));
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 66 struct thread_stat *stats;
72 struct thread_stat { struct
207 struct thread_stat *stat = par->stats;
499 struct thread_stat *stat = par->stats;
525 struct thread_stat *stat;
552 stat = calloc(num_threads, sizeof(struct thread_stat));
  /external/fio/
stat.h 120 struct thread_stat { struct
224 extern struct json_object * show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);
233 extern void sum_thread_stats(struct thread_stat *dst, struct thread_stat *src, int nr);
235 extern void init_thread_stat(struct thread_stat *ts);
240 extern void stat_calc_lat_m(struct thread_stat *ts, double *io_u_lat);
241 extern void stat_calc_lat_u(struct thread_stat *ts, double *io_u_lat);

Completed in 224 milliseconds