Signal handler

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 6 7:7
Editor
Edited
Edited
2023 Nov 6 7:22

Each signal has signal handler function

  • 10, 12 is slot for user-defined signal
  • When a process executes a signal-handler function, it blocks the signal until the handler terminates.
  • All pending signals are processed before go back to user mode (When return from interrupt or exception including system call).
  • Signal may remain pending for an unpredictable amount of time.
notion image
notion image
Signal handlers
 
 
 
 
 
 
 

Recommendations