Searched refs:thread_ptr (Results 1 – 2 of 2) sorted by relevance
102 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
177 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument179 if (thread_ptr) { in GetThreadSPForThreadPtr()185 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()