previous | start | next

Signals and Multithreaded Processes

Pending Signals

Blocked Signals

Signal Handlers

What are the possible choices? What choices were made for POSIX?

  1. Does each thread have its own separate set of pending/blocked signals
  2. Does each thread have its own separate set of signal handlers?
  3. Which thread(s) receives a given signal?


previous | start | next