Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance
106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
1263 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
143 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
273 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
336 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
599 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
2101 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function