Searched refs:thread_ptr (Results 1 – 3 of 3) sorted by relevance
666 static struct inferior_list_entry *thread_ptr; in handle_query() local785 thread_ptr = all_threads.head; in handle_query()787 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()788 thread_ptr = thread_ptr->next; in handle_query()793 if (thread_ptr != NULL) { in handle_query()795 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()796 thread_ptr = thread_ptr->next; in handle_query()
89 GetThreadSPForThreadPtr (Thread *thread_ptr);
202 ThreadList::GetThreadSPForThreadPtr (Thread *thread_ptr) in GetThreadSPForThreadPtr() argument205 if (thread_ptr) in GetThreadSPForThreadPtr()213 if (m_threads[idx].get() == thread_ptr) in GetThreadSPForThreadPtr()