Searched refs:asynccnt (Results 1 – 4 of 4) sorted by relevance
310 ++parent_scc->asynccnt; in make1a()341 t->asynccnt = 1; in make1a()385 if ( --t->asynccnt ) in make1b()489 if ( t->cmds == NULL || --( ( CMD * )t->cmds )->asynccnt == 0 ) in make1b()494 …d targets not ready\n", object_str( cmd->rule->name ), object_str( t->boundname ), cmd->asynccnt ); in make1b()998 if ( --next_cmd->asynccnt == 0 ) in push_cmds()1011 …", object_str( next_cmd->rule->name ), object_str( first_target->boundname ), next_cmd->asynccnt ); in push_cmds()1276 ( ( CMD * )a0->action->first_cmd )->asynccnt = unique_targets; in make1cmds()1454 if ( iter->target->asynccnt > 0 ) in cmd_sem_lock()1466 ++iter->target->asynccnt; in cmd_sem_lock()[all …]
81 int asynccnt; /* number of outstanding dependencies */ member
71 cmd->asynccnt = 1; in cmd_new()
220 int asynccnt; /* child deps outstanding */ member