Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dserver.c666 static struct inferior_list_entry *thread_ptr; in handle_query() local
785 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()
/external/lldb/include/lldb/Target/
DThreadList.h89 GetThreadSPForThreadPtr (Thread *thread_ptr);
/external/lldb/source/Target/
DThreadList.cpp202 ThreadList::GetThreadSPForThreadPtr (Thread *thread_ptr) in GetThreadSPForThreadPtr() argument
205 if (thread_ptr) in GetThreadSPForThreadPtr()
213 if (m_threads[idx].get() == thread_ptr) in GetThreadSPForThreadPtr()