Lines Matching refs:centurion
671 GNode *centurion; in Make_Update() local
692 if ((centurion = cgn->centurion) != NULL) { in Make_Update()
696 centurion->unmade_cohorts--; in Make_Update()
697 if (centurion->unmade_cohorts < 0) in Make_Update()
699 centurion->name); in Make_Update()
701 centurion = cgn; in Make_Update()
703 parents = ¢urion->parents; in Make_Update()
706 ScheduleOrderSuccessors(centurion); in Make_Update()
750 if (centurion->unmade_cohorts != 0 || in Make_Update()
751 !GNode_IsDone(centurion)) { in Make_Update()
754 centurion->made, centurion->unmade_cohorts); in Make_Update()
774 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT) in Make_Update()
775 && !centurion->flags.doneOrder) { in Make_Update()