Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance
116 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
1447 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
272 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
339 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
560 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
1043 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
2390 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function