Searched refs:m_plan_stack (Results 1 – 2 of 2) sorted by relevance
285 for (auto plan : m_plan_stack) in DestroyThread()295 m_plan_stack.clear(); in DestroyThread()304 m_plan_stack.push_back(null_plan_sp); in DestroyThread()1042 assert(!m_plan_stack.empty()); in PushPlan()1064 if (m_plan_stack.size() <= 1) in PopPlan()1074 m_plan_stack.pop_back(); in PopPlan()1080 if (m_plan_stack.size() > 1) { in DiscardPlan()1088 m_plan_stack.pop_back(); in DiscardPlan()1095 return m_plan_stack.empty() ? nullptr : m_plan_stack.back().get(); in GetCurrentPlan()1174 stack_size = m_plan_stack.size(); in GetPreviousPlan()[all …]
1328 plan_stack m_plan_stack; ///< The stack of plans this thread is executing. variable