Searched refs:tmp_thr_end (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtid-parse.c330 int tmp_inf, tmp_thr_start, tmp_thr_end; local
332 if (!parser.get_tid_range (&tmp_inf, &tmp_thr_start, &tmp_thr_end))
335 && tmp_thr_start <= thr_num && thr_num <= tmp_thr_end)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtid-parse.c330 int tmp_inf, tmp_thr_start, tmp_thr_end; local
332 if (!parser.get_tid_range (&tmp_inf, &tmp_thr_start, &tmp_thr_end))
335 && tmp_thr_start <= thr_num && thr_num <= tmp_thr_end)

Completed in 284 milliseconds