Lines Matching defs:plans
605 // FIXME: I may decide to disallow threads with no plans. In which
690 // Tell all the plans that we are about to resume in case they need to clear
692 // lower plans in case a plan needs to do any special business before it
800 // If we've already been restarted, don't query the plans since the state
805 // Before the plans see the state of the world, calculate the current inlined
812 // pop all the plans below it, and pop it, and then let the plans above it
832 // if so, then we should take it and all the plans below it off the
836 // We're going to pop the plans up to and including the plan that
872 // Otherwise, don't let the base plan override what the other plans say
873 // to do, since presumably if there were other plans they would know what
919 // original plan on the stack, This code clears stale plans off the stack.
924 // Discard the stale plans and all plans below them in the stack, plus move
925 // the completed plans to the completed plan stack
1060 ThreadPlanStack *plans = GetProcess()->FindThreadPlans(GetID());
1061 if (plans)
1062 return *plans;
1109 const ThreadPlanStack &plans = GetPlans();
1110 if (!plans.AnyPlans())
1116 while ((p = plans.GetPlanByIndex(i, false))) {
1187 // Count the user thread plans from the back end to get the number of the one
1205 "Discarding thread plans for thread tid = 0x%4.4" PRIx64
1215 "Discarding thread plans for thread (tid = 0x%4.4" PRIx64