jobs.c | 113 STATIC int waitproc(int, struct job *, int *); 1562 pid = waitproc(flags & WBLOCK, job, &status); 1732 * was received, and have waitproc bump another counter when it got 1733 * the status of a process. Waitproc would then know that a wait 1762 waitproc(int block, struct job *jp, int *status) function in typeref:typename:STATIC int 1773 VTRACE(DBG_WAIT, ("waitproc: doing waitpid(flags=%#x)\n", flags));
|