Signal (Coding)
Across
- 3. return value for signal to be successfully sent
- 5. ____() suspends the calling process until any signal is received whose action is either to execute a handler function.
- 7. macro to block signals in set
- 8. ____() function sends the signal signo to the process or process group specified by pid
- 10. #include <____.h> for kill() function
Down
- 1. signal can be blocked with two ways; sa_mask and _______().
- 2. return value successful for sigaction() is 0( true or false )
- 4. macro to take default action when signal arrived
- 6. macro to ignore the signal
- 9. int ____ is used to send signal to yourself