Searched refs:job_byjid (Results 1 – 1 of 1) sorted by relevance
139 static struct process *job_byjid(int);459 px=job_byjid(pw->p_job); in job_reap()550 px = job_byjid((int)pw->p_job); in job_reap()1092 pw = job_byjid((int)strtol(ajob, (char**)0, 10)); in job_bystring()1385 if(val && (pw=job_byjid(val)) != job.pwlist) in job_post()1500 static struct process *job_byjid(int jobid) in job_byjid() function1555 if(!job.waitall || !job.curjobid || !(pw = job_byjid(job.curjobid))) in job_wait()1588 job_set(job_byjid(jobid)); in job_wait()1653 px = job_byjid(jobid); in job_wait()1744 if(!pw || !(pw=job_byjid((int)pw->p_job))) in job_switch()[all …]