Lines Matching defs:thr_iter
133 gdb_do_threadinfo(struct thread **thr_iter)
139 if (*thr_iter == NULL) {
144 if (*thr_iter == done_sentinel) {
146 *thr_iter = NULL;
153 *thr_iter != NULL && gdb_txbuf_has_capacity(tidsz_hex + 1);
154 *thr_iter = kdb_thr_next(*thr_iter), tds_sent++) {
157 gdb_tx_varhex((*thr_iter)->td_tid);
164 if (*thr_iter == NULL && tds_sent > 0)
165 *thr_iter = done_sentinel;
727 struct thread *thr_iter;
758 thr_iter = NULL;
908 thr_iter = kdb_thr_first();
909 gdb_do_threadinfo(&thr_iter);
911 gdb_do_threadinfo(&thr_iter);