Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance
106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
1299 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
275 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
335 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
603 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
1044 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
2263 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function