OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3135 milliseconds