28.11.2014 Views

System call - Processi, thread

System call - Processi, thread

System call - Processi, thread

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Routine di gestione del segnale<br />

(handler):<br />

Struttura del programma:<br />

#include <br />

void handler(int signum)<br />

{ <br />

return;<br />

}<br />

main()<br />

{ ...<br />

signal(SIGxxx, handler);<br />

...<br />

}<br />

M-fosset - Sistemi Operativi 2004-2005

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!