Home
last modified time | relevance | path

Searched refs:thread_ptr (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c447 static struct inferior_list_entry *thread_ptr; in handle_query() local
516 thread_ptr = all_threads.head; in handle_query()
518 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
519 thread_ptr = thread_ptr->next; in handle_query()
524 if (thread_ptr != NULL) { in handle_query()
526 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
527 thread_ptr = thread_ptr->next; in handle_query()