PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
void | test_main (void) |
Wait for a subprocess to finish, twice. More... | |
void test_main | ( | void | ) |
Wait for a subprocess to finish, twice.
The first call must wait in the usual way and return the exit code. The second wait call must return -1 immediately.
Definition at line 10 of file wait-twice.c.
References exec(), msg(), and wait().