- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 38字
- 2021-07-08 09:47:14
exit_code and exit_signal
These fields contain the exit value of the task and details of the signal that caused the termination. These fields are to be accessed by the parent process through wait() on termination of the child.