Searched refs:GetStopOthers (Results 1 – 9 of 9) sorted by relevance
98 …docstring", "Return whether this plan will ask to stop other threads when it runs.") GetStopOthers;100 GetStopOthers();102 …e("docstring", "Set whether this plan will ask to stop other threads when it runs.") GetStopOthers;
81 GetStopOthers () const;
129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions132 return m_opaque_up->GetStopOthers(); in GetStopOthers()
191 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan
61 bool GetStopOthers() const;
81 bool GetStopOthers();
102 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()135 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
4606 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()4876 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()4880 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
359 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function