Searched refs:tpnext (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread.c104 struct thread_info *tp, *tpnext; local
110 for (tp = thread_list; tp; tp = tpnext)
112 tpnext = tp->next;

Completed in 76 milliseconds