|
CS318 - Pintos
Pintos source browser for JHU CS318 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.
1.8.16