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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfttrace.c382 static thread_info_header thread_head =
597 return (thread_head.count > 0);
624 if (0 == thread_head.count)
642 thread_head.count++;
646 new_p->next = thread_head.head;
647 thread_head.head = new_p;
654 p = thread_head.head;
669 new_p->next_pseudo = thread_head.head_pseudo;
670 thread_head.head_pseudo = new_p;
689 p = thread_head
381 static thread_info_header thread_head = variable
[all...]
H A Dwin32-nat.c111 static thread_info thread_head; variable
234 for (th = &thread_head; (th = th->next) != NULL;)
264 th->next = thread_head.next;
265 thread_head.next = th;
291 thread_info *th = &thread_head;
314 for (th = &thread_head;
1183 for (th = &thread_head; (th = th->next) != NULL;)
H A Dwince.c152 static thread_info thread_head = variable
1028 for (th = &thread_head; (th = th->next) != NULL;)
1060 th->next = thread_head.next;
1061 thread_head.next = th;
1071 thread_info *th = &thread_head;
1094 for (th = &thread_head;
1346 for (th = &thread_head; (th = th->next) != NULL;)

Completed in 114 milliseconds