PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
int | main (void) |
Variables | |
const char * | test_name = "child-simple" |
Child process run by exec-multiple, exec-one, wait-simple, and wait-twice tests. More... | |
int main | ( | void | ) |
Definition at line 11 of file child-simple.c.
References msg().
const char* test_name = "child-simple" |
Child process run by exec-multiple, exec-one, wait-simple, and wait-twice tests.
Child process for syn-read test.
Just prints a single message and terminates.
Definition at line 8 of file child-simple.c.