signals · signals/SIGCHLD
SIGCHLD
Child stopped or terminated
Sent to a parent process when a child process stops, resumes, or terminates. The default action is to ignore it; parents that wish to reap child status typically handle it with waitpid(2).