Home
last modified time | relevance | path

Searched refs:m_takedown_done (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp150 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()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanCallFunction.h129 m_takedown_done = true; in ThreadDestroyed()
181 …bool m_takedown_done; // We want to ensure we only d… variable