HomeSort by relevance Sort by last modified time
    Searched refs:t_idx (Results 1 - 2 of 2) sorted by null

  /external/fio/profiles/
tiobench.c 12 static char sz_idx[80], bs_idx[80], loop_idx[80], dir_idx[80], t_idx[80]; variable
15 "buffered=0", sz_idx, bs_idx, loop_idx, dir_idx, t_idx,
110 sprintf(t_idx, "numjobs=%u", nthreads);
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 959 ThreadId t_idx; local
960 for (t_idx = 1; t_idx < VG_N_THREADS; t_idx++)
961 if ((VG_(threads)[t_idx].status != VgTs_Empty) &&
962 (VG_(threads)[t_idx].status != VgTs_Zombie)) {
963 if (t_idx == tid)
966 fill_old_note_for_thread(&old_notes, &VG_(threads)[t_idx], si);
1026 for (t_idx = 1; t_idx < VG_N_THREADS; t_idx++)
    [all...]

Completed in 74 milliseconds