Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDinfttrace.c379 thread_info *head_pseudo; member
668 new_p->next_pseudo = thread_head.head_pseudo; in create_thread_info()
669 thread_head.head_pseudo = new_p; in create_thread_info()
697 thread_head.head_pseudo = NULL; in clear_thread_info()
709 deleted_threads.head_pseudo = NULL; in clear_thread_info()
767 for (p = thread_head.head_pseudo; p != NULL; p = p->next_pseudo) in map_from_gdb_tid()
785 for (p = deleted_threads.head_pseudo; p != NULL; p = p->next_pseudo) in map_from_gdb_tid()
963 for (q = thread_head.head_pseudo; q; q = q->next) in del_tthread()
970 thread_head.head_pseudo = p->next_pseudo; in del_tthread()
995 p->next_pseudo = deleted_threads.head_pseudo; in del_tthread()
[all …]