Searched refs:GetTryAllThreads (Results 1 – 4 of 4) sorted by relevance
88 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions89 return m_opaque_ap->GetTryAllThreads(); in GetTryAllThreads()
58 bool GetTryAllThreads() const;
4778 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()5031 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()5036 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5289 if (options.GetTryAllThreads()) { in RunThreadPlan()5370 if (!options.GetTryAllThreads()) { in RunThreadPlan()
319 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function