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

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c91 static struct inferior_list_entry *thread_ptr; local
104 thread_ptr = all_threads.head;
105 sprintf (own_buf, "m%x", thread_ptr->id);
106 thread_ptr = thread_ptr->next;
112 if (thread_ptr != NULL)
114 sprintf (own_buf, "m%x", thread_ptr->id);
115 thread_ptr = thread_ptr->next;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h101 GetThreadSPForThreadPtr (Thread *thread_ptr);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp213 ThreadList::GetThreadSPForThreadPtr (Thread *thread_ptr) argument
216 if (thread_ptr)
224 if (m_threads[idx].get() == thread_ptr)

Completed in 46 milliseconds