______ In-class notes for 09/04/2020 (CS 273 (OS), Fall 2020)
Home
>>     < >




In-class notes for 09/04/2020

CS 273 (OS), Fall 2020

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




< >