Searched refs:deleted_threads (Results 1 – 1 of 1) sorted by relevance
386 static thread_info_header deleted_threads = variable700 p = deleted_threads.head; in clear_thread_info()708 deleted_threads.head = NULL; in clear_thread_info()709 deleted_threads.head_pseudo = NULL; in clear_thread_info()710 deleted_threads.count = 0; in clear_thread_info()990 p->next = deleted_threads.head; in del_tthread()991 deleted_threads.head = p; in del_tthread()992 deleted_threads.count++; in del_tthread()996 deleted_threads.head_pseudo = p; in del_tthread()1214 if (deleted_threads.count == 0) in print_tthreads()[all …]