Searched refs:thread_head (Results 1 – 3 of 3) sorted by relevance
381 static thread_info_header thread_head = variable593 return (thread_head.count > 0); in any_thread_records()620 if (0 == thread_head.count) in create_thread_info()638 thread_head.count++; in create_thread_info()642 new_p->next = thread_head.head; in create_thread_info()643 thread_head.head = new_p; in create_thread_info()650 p = thread_head.head; in create_thread_info()665 new_p->next_pseudo = thread_head.head_pseudo; in create_thread_info()666 thread_head.head_pseudo = new_p; in create_thread_info()685 p = thread_head.head; in clear_thread_info()[all …]
152 static thread_info thread_head = variable1028 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()1060 th->next = thread_head.next; in child_add_thread()1061 thread_head.next = th; in child_add_thread()1071 thread_info *th = &thread_head; in child_init_thread_list()1094 for (th = &thread_head; in child_delete_thread()1346 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()
111 static thread_info thread_head; variable234 for (th = &thread_head; (th = th->next) != NULL;) in thread_rec()264 th->next = thread_head.next; in child_add_thread()265 thread_head.next = th; in child_add_thread()291 thread_info *th = &thread_head; in child_init_thread_list()314 for (th = &thread_head; in child_delete_thread()1183 for (th = &thread_head; (th = th->next) != NULL;) in child_continue()