Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dserver.c678 static struct inferior_list_entry *thread_ptr; in handle_query() local
797 thread_ptr = all_threads.head; in handle_query()
799 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
800 thread_ptr = thread_ptr->next; in handle_query()
805 if (thread_ptr != NULL) { in handle_query()
807 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
808 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()