Signal (Coding)

123456789
Across
  1. 2. #include <____.h> for kill() function
  2. 3. one of the type of signal used as signo in function kill()
  3. 4. specified by pid
  4. 6. determine process ID; arguments
  5. 7. return value successful for sigaction() is 0( true or false )
  6. 8. ____ function sends the signal signo to the process or process
  7. 9. gives the time in seconds to the alarm; arguments
Down
  1. 1. is used to return information about the action previously in sigaction()
  2. 2. to ignore the signal
  3. 3. default action (process termination)
  4. 5. ____() is used to terminate process or to put them on hold