Home
last modified time | relevance | path

Searched refs:thread_head (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c154 static thread_info thread_head = variable
1064 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()
1095 th->next = thread_head.next; in child_add_thread()
1096 thread_head.next = th; in child_add_thread()
1106 thread_info *th = &thread_head; in child_init_thread_list()
1129 for (th = &thread_head; in child_delete_thread()
1385 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()
Dwin32-nat.c112 static thread_info thread_head; variable
235 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()
265 th->next = thread_head.next; in child_add_thread()
266 thread_head.next = th; in child_add_thread()
292 thread_info *th = &thread_head; in child_init_thread_list()
303 thread_head.next = NULL; in child_init_thread_list()
316 for (th = &thread_head; in child_delete_thread()
1193 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()