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

/freebsd-10.2-release/sys/gdb/
H A Dgdb_main.c99 struct thread *thr_iter; local
126 thr_iter = NULL;
239 thr_iter = kdb_thr_first();
241 gdb_tx_hex((long)thr_iter->td_tid, 8);
244 if (thr_iter == NULL) {
248 thr_iter = kdb_thr_next(thr_iter);
249 if (thr_iter != NULL) {
251 gdb_tx_hex((long)thr_iter->td_tid, 8);

Completed in 18 milliseconds