Searched refs:GetExtendedThreadList (Results 1 – 8 of 8) sorted by relevance
106 process_sp->GetExtendedThreadList().AddThread(thread_sp); in GetExtendedBacktraceThread()
1284 process->GetExtendedThreadList().AddThread(new_thread_sp); in GetExtendedBacktraceThread()
141 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in CreateHistoryThreadFromValueObject()
274 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
336 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktracesFromExtendedStopInfo()
603 m_process->GetExtendedThreadList().AddThread(new_thread_sp); in GetBacktraceThreadFromException()
1046 process_sp->GetExtendedThreadList().AddThread(new_thread_sp); in AddThreadsForPath()
2226 ThreadList &GetExtendedThreadList() { return m_extended_thread_list; } in GetExtendedThreadList() function