30.10.2014 Views

Operating Systems - David Vernon

Operating Systems - David Vernon

Operating Systems - David Vernon

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Processes<br />

void writer(void)<br />

{<br />

while (TRUE) { /* repeat forever */<br />

think_up_data(); /* non-critical section */<br />

down(&db); /* get exclusive access to database */<br />

write_database(); /* update the data */<br />

up(&db); /* release exclusive access */<br />

}<br />

Copyright © 2007 <strong>David</strong> <strong>Vernon</strong> (www.vernon.eu)

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

Saved successfully!

Ooh no, something went wrong!