Searched refs:thread_ptr (Results 1 – 2 of 2) sorted by relevance
101 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
178 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() argument180 if (thread_ptr) { in GetThreadSPForThreadPtr()186 if (m_threads[idx].get() == thread_ptr) { in GetThreadSPForThreadPtr()