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

/external/valgrind/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;
/external/libvncserver/test/
H A Dencodingstest.c182 static pthread_t all_threads[NUMBER_OF_ENCODINGS_TO_TEST]; variable
200 pthread_create(&all_threads[thread_counter++],NULL,clientLoop,(void*)client);
325 pthread_join(all_threads[i], NULL);

Completed in 129 milliseconds