HomeSort by relevance Sort by last modified time
    Searched refs:all_threads (Results 1 - 8 of 8) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
inferiors.c 35 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;
regcache.c 84 for_each_inferior (&all_threads, regcache_invalidate_one);
157 for_each_inferior (&all_threads, regcache_realloc_one);
target.c 72 for_each_inferior (&all_threads, remove_thread_if_not_in_vg_threads);
74 /* call add_thread for all valgrind threads not known in gdb all_threads */
744 found = (struct thread_info *) find_inferior_id (&all_threads,
754 found = (struct thread_info *) find_inferior_id (&all_threads,
758 found = (struct thread_info *) find_inferior_id (&all_threads,
763 current_inferior = (struct thread_info *) all_threads.head;
server.h 243 extern struct inferior_list all_threads;
server.c 797 thread_ptr = all_threads.head;
    [all...]
  /external/libvncserver/test/
encodingstest.c 182 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);
  /system/extras/simpleperf/
cmd_record.cpp 147 bool DumpThreadCommAndMmaps(bool all_threads, const std::vector<pid_t>& selected_threads);
554 bool RecordCommand::DumpThreadCommAndMmaps(bool all_threads,
580 if (!all_threads && dump_processes.find(thread.pid) == dump_processes.end()) {
610 if (!all_threads && dump_threads.find(thread.tid) == dump_threads.end()) {
  /external/autotest/server/
autoserv 401 faulthandler.register(signal.SIGTERM, all_threads=True, chain=True)

Completed in 396 milliseconds