Searched refs:GetStopOthers (Results 1 – 5 of 5) sorted by relevance
96 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions97 return m_opaque_ap->GetStopOthers(); in GetStopOthers()
62 bool GetStopOthers() const;
128 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()158 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
4778 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()5031 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()5036 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
323 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function