Searched refs:t_idx (Results 1 – 2 of 2) sorted by relevance
/external/fio/profiles/ |
D | 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); in tb_prep_cmdline()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 959 ThreadId t_idx; in VG_() local 960 for (t_idx = 1; t_idx < VG_N_THREADS; t_idx++) in VG_() 961 if ((VG_(threads)[t_idx].status != VgTs_Empty) && in VG_() 962 (VG_(threads)[t_idx].status != VgTs_Zombie)) { in VG_() 963 if (t_idx == tid) in VG_() 966 fill_old_note_for_thread(&old_notes, &VG_(threads)[t_idx], si); in VG_() 1026 for (t_idx = 1; t_idx < VG_N_THREADS; t_idx++) { in VG_() 1027 if ((VG_(threads)[t_idx].status != VgTs_Empty) && in VG_() 1028 (VG_(threads)[t_idx].status != VgTs_Zombie)) { in VG_() 1029 if (t_idx == tid) in VG_() [all …]
|