HomeSort by: relevance | last modified time | path
    Searched defs:waitproc (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
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));
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));

Completed in 25 milliseconds