Searched refs:m_until_points (Results 1 – 2 of 2) sorted by relevance
35 m_until_points(), m_stop_others(stop_others) { in ThreadPlanStepUntil()70 m_until_points[address_list[i]] = until_bp->GetID(); in ThreadPlanStepUntil()88 until_collection::iterator pos, end = m_until_points.end(); in Clear()89 for (pos = m_until_points.begin(); pos != end; pos++) { in Clear()92 m_until_points.clear(); in Clear()103 if (m_until_points.size() == 1) in GetDescription()107 (uint64_t)(*m_until_points.begin()).first, in GetDescription()108 (*m_until_points.begin()).second); in GetDescription()135 for (pos = m_until_points.begin(); pos != end; pos++) { in ValidatePlan()285 for (pos = m_until_points.begin(); pos != end; pos++) { in DoWillResume()[all …]
50 until_collection m_until_points; variable