Searched refs:GetTryAllThreads (Results 1 – 5 of 5) sorted by relevance
117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions120 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()
57 bool GetTryAllThreads() const;
74 GetTryAllThreads () const;
4606 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()4876 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()4880 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5122 if (options.GetTryAllThreads()) { in RunThreadPlan()5204 if (!options.GetTryAllThreads()) { in RunThreadPlan()
355 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function