Searched defs:threadstats (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dstat.c1557 struct thread_stat *threadstats, *ts; local
1591 threadstats = malloc(nr_ts * sizeof(struct thread_stat));
1595 init_thread_stat(&threadstats[i]);
1613 ts = &threadstats[j];
1704 ts = &threadstats[i];
1782 ts = &threadstats[i];
1834 free(threadstats);

Completed in 83 milliseconds