HomeSort by relevance Sort by last modified time
    Searched full:thread_ptr (Results 1 - 1 of 1) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
server.c 678 static struct inferior_list_entry *thread_ptr; local
797 thread_ptr = all_threads.head;
799 thread_to_gdb_id ((struct thread_info *)thread_ptr));
800 thread_ptr = thread_ptr->next;
805 if (thread_ptr != NULL) {
807 thread_to_gdb_id ((struct thread_info *)thread_ptr));
808 thread_ptr = thread_ptr->next;
    [all...]

Completed in 323 milliseconds