Lines Matching defs:centurion
671 GNode *centurion;
692 if ((centurion = cgn->centurion) != NULL) {
696 centurion->unmade_cohorts--;
697 if (centurion->unmade_cohorts < 0)
698 Error("Graph cycles through centurion %s",
699 centurion->name);
701 centurion = cgn;
703 parents = ¢urion->parents;
706 ScheduleOrderSuccessors(centurion);
750 if (centurion->unmade_cohorts != 0 ||
751 !GNode_IsDone(centurion)) {
753 "- centurion made %d, %d unmade cohorts\n",
754 centurion->made, centurion->unmade_cohorts);
774 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT)
775 && !centurion->flags.doneOrder) {