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.

void *<strong>thread</strong>2_process (void * arg)<br />

{ int i;<br />

}<br />

V=99;<br />

printf ("Thread 2: partito!...\n);<br />

/* inizio fase 1: */<br />

printf (“FASE1: Thread 2: V=%d\n", V);<br />

/* …<br />

termine Fase 1: sblocco il <strong>thread</strong> 1*/<br />

sem_post (&my_sem);<br />

sleep (1);<br />

p<strong>thread</strong>_exit (0);<br />

M-fosset - Sistemi Operativi 2004-2005

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

Saved successfully!

Ooh no, something went wrong!