Lines Matching defs:thread

61     // thread has started to create the unwind plan and has put it into 
62 // m_unwind_plan_call_site_sp, and have another thread enter this function
99 FuncUnwinders::GetUnwindPlanAtNonCallSite (Thread& thread)
104 // thread has started to create the unwind plan and has put it into
105 // the unique pointer member variable, and have another thread enter this function
118 if (!m_assembly_profiler->GetNonCallSiteUnwindPlanFromAssembly (m_range, thread, *m_unwind_plan_non_call_site_sp))
125 FuncUnwinders::GetUnwindPlanFastUnwind (Thread& thread)
130 // thread has started to create the unwind plan and has put it into
131 // the unique pointer member variable, and have another thread enter this function
144 if (!m_assembly_profiler->GetFastUnwindPlan (m_range, thread, *m_unwind_plan_fast_sp))
151 FuncUnwinders::GetUnwindPlanArchitectureDefault (Thread& thread)
156 // thread has started to create the unwind plan and has put it into
157 // the unique pointer member variable, and have another thread enter this function
170 ProcessSP process_sp (thread.CalculateProcess());
187 FuncUnwinders::GetUnwindPlanArchitectureDefaultAtFunctionEntry (Thread& thread)
192 // thread has started to create the unwind plan and has put it into
193 // the unique pointer member variable, and have another thread enter this function
206 ProcessSP process_sp (thread.CalculateProcess());
240 FuncUnwinders::InvalidateNonCallSiteUnwindPlan (lldb_private::Thread& thread)
242 UnwindPlanSP arch_default = GetUnwindPlanArchitectureDefault (thread);