Searched refs:last_proc (Results 1 – 2 of 2) sorted by relevance
102 HostResolverProc* last_proc = proc; in GetLastProc() local103 while (last_proc->previous_proc_ != NULL) in GetLastProc()104 last_proc = last_proc->previous_proc_; in GetLastProc()105 return last_proc; in GetLastProc()
78 Proc *last_proc; /* last process in list */ member341 static Proc *last_proc; /* for pipelines */ in exchild() local375 if (last_proc) in exchild()376 last_proc->next = pi.p; in exchild()377 last_proc = pi.p; in exchild()395 last_proc = pi.p; in exchild()923 async_pid = j->last_proc->pid; in j_set_async()956 j->last_proc = p; in j_startjob()1074 status = j->last_proc->status; in j_waitj()1212 switch (j->last_proc->state) { in check_job()[all …]