Searched refs:deleted_threads (Results 1 – 1 of 1) sorted by relevance
383 static thread_info_header deleted_threads = variable697 p = deleted_threads.head; in clear_thread_info()705 deleted_threads.head = NULL; in clear_thread_info()706 deleted_threads.head_pseudo = NULL; in clear_thread_info()707 deleted_threads.count = 0; in clear_thread_info()729 for (p = deleted_threads.head; p; p = p->next) in find_thread_info()773 for (p = deleted_threads.head; p; p = p->next) in map_from_gdb_tid()782 for (p = deleted_threads.head_pseudo; p != NULL; p = p->next_pseudo) in map_from_gdb_tid()812 for (p = deleted_threads.head; p; p = p->next) in map_to_gdb_tid()987 p->next = deleted_threads.head; in del_tthread()[all …]