Lines Matching full:threadstats
1191 struct thread_stat *threadstats, *ts;1220 threadstats = malloc(nr_ts * sizeof(struct thread_stat));1223 init_thread_stat(&threadstats[i]);1237 ts = &threadstats[j];1309 ts = &threadstats[i];1375 ts = &threadstats[i];1420 ts = &threadstats[i];1428 free(threadstats);