Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance
111 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
1306 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
148 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
277 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
337 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
598 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
1042 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
2102 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function