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()987 p->next = deleted_threads.head; in del_tthread()988 deleted_threads.head = p; in del_tthread()989 deleted_threads.count++; in del_tthread()993 deleted_threads.head_pseudo = p; in del_tthread()1211 if (deleted_threads.count == 0) in print_tthreads()[all …]