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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dlinux-nat.c582 static struct lwp_info *lwp_list;
664 for (lp = lwp_list; lp; lp = lpnext)
670 lwp_list = NULL;
694 lp->next = lwp_list;
695 lwp_list = lp;
711 for (lp = lwp_list; lp; lpprev = lp, lp = lp->next)
725 lwp_list = lp->next;
744 for (lp = lwp_list; lp; lp = lp->next)
761 for (lp = lwp_list; lp; lp = lpnext)
1425 if (lwp_list
578 static struct lwp_info *lwp_list; variable in typeref:struct:lwp_info
[all...]

Completed in 42 milliseconds