Searched refs:m_try_others (Results 1 – 1 of 1) sorted by relevance
323 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads()325 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }410 bool m_try_others = true; variable