______ Operating Systems (CS 273 (OS), Fall 2019)
Home
>>     < >




Operating Systems

CS 273 (OS), Fall 2019

Signals and other numbers in system calls

  • Demo of ~rab/os/egs/signal.sh

  • Implementation as a shell script

  • A process "dies" if it receives a signal with no handler, or for unblockable signals including SIGKILL (signal 9)

Processes

Threads

Race conditions




< >