Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dinfttrace.c623 if (0 == thread_head.count) in create_thread_info()
641 thread_head.count++; in create_thread_info()
646 thread_head.head = new_p; in create_thread_info()
653 p = thread_head.head; in create_thread_info()
688 p = thread_head.head; in clear_thread_info()
696 thread_head.head = NULL; in clear_thread_info()
698 thread_head.count = 0; in clear_thread_info()
931 if (thread_head.count <= 0) in del_tthread()
981 thread_head.count--; in del_tthread()
1199 if (thread_head.count == 0) in print_tthreads()
[all …]
H A Dwince.c157 static thread_info thread_head = variable
1033 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()
1065 th->next = thread_head.next; in child_add_thread()
1066 thread_head.next = th; in child_add_thread()
1076 thread_info *th = &thread_head; in child_init_thread_list()
1099 for (th = &thread_head; in child_delete_thread()
1350 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()
H A Dwin32-nat.c117 static thread_info thread_head; variable
240 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()
270 th->next = thread_head.next; in child_add_thread()
271 thread_head.next = th; in child_add_thread()
297 thread_info *th = &thread_head; in child_init_thread_list()
320 for (th = &thread_head; in child_delete_thread()
1188 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()