Searched defs:all_threads (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c35 struct inferior_list all_threads; variable in typeref:struct:inferior_list
107 add_inferior_to_list (&all_threads, & new_thread->entry);
119 struct inferior_list_entry *inf = all_threads.head;
138 struct inferior_list_entry *inf = all_threads.head;
167 remove_inferior (&all_threads, (struct inferior_list_entry *) thread);
173 for_each_inferior (&all_threads, free_one_thread);
175 all_threads.head = all_threads.tail = NULL;

Completed in 111 milliseconds