HomeSort by relevance Sort by last modified time
    Searched full:waitproc (Results 1 - 1 of 1) sorted by null

  /system/core/sh/
jobs.c 104 STATIC int waitproc(int, struct job *, int *);
1055 pid = waitproc(block, job, &status);
1123 * was received, and have waitproc bump another counter when it got
1124 * the status of a process. Waitproc would then know that a wait
1153 waitproc(int block, struct job *jp, int *status) function

Completed in 111 milliseconds