Searched refs:m_plan_stack (Results 1 – 2 of 2) sorted by relevance
252 m_plan_stack (), in Thread()288 for (auto plan : m_plan_stack) in DestroyThread()292 m_plan_stack.clear(); in DestroyThread()300 m_plan_stack.push_back (null_plan_sp); in DestroyThread()1022 thread_plan_sp->SetThreadPlanTracer(m_plan_stack.back()->GetThreadPlanTracer()); in PushPlan()1023 m_plan_stack.push_back (thread_plan_sp); in PushPlan()1045 if (m_plan_stack.size() <= 1) in PopPlan()1049 ThreadPlanSP &plan = m_plan_stack.back(); in PopPlan()1056 m_plan_stack.pop_back(); in PopPlan()1064 if (m_plan_stack.size() > 1) in DiscardPlan()[all …]
1043 plan_stack m_plan_stack; ///< The stack of plans this thread is executing. variable