P_xxxx #defines
Remonter à Process.h - Index
Header File
process.h
Description
Modes used by the spawn... functions.
Constant | Meaning |
---|---|
P_WAIT |
Child runs separately, parent waits until exit |
P_DETACH |
Child and parent run concurrently with child process in background mode |
P_NOWAIT |
Child and parent run concurrently (Not implemented) |
P_NOWAITO |
Child and parent run concurrently, but the child process is not saved |
P_OVERLAY |
Child replaces parent so that parent no longer exists |