The POSIX signal implementation ensures that if a process is already handling a signal, other incoming signals are suspended until the handler returns. However, if a signal SIGx is sent while a SIGx ...