Pending Signals
Blocked Signals
Signal Handlers
What are the possible choices? What choices were made for POSIX?
- Does each thread have its own separate set of pending/blocked signals
- Does each thread have its own separate set of signal handlers?
- Which thread(s) receives a given signal?