Searched refs:m_takedown_done (Results 1 – 2 of 2) sorted by relevance
150 m_takedown_done (false), in ThreadPlanCallFunction()187 m_takedown_done(false), in ThreadPlanCallFunction()243 if (!m_takedown_done) in DoTakedown()253 m_takedown_done = true; in DoTakedown()319 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
129 m_takedown_done = true; in ThreadDestroyed()181 …bool m_takedown_done; // We want to ensure we only d… variable