simple join example

This commit is contained in:
Remzi H. Arpaci-Dusseau
2019-04-17 13:33:06 -05:00
parent 2621d03f99
commit b7bdca299d
3 changed files with 54 additions and 6 deletions

View File

@@ -1,4 +1,15 @@
# Fork/Join
Simple example of the fork/join (i.e., waiting for a child) problem
using semaphores, found in `join.c`.
Run `make` to build the code; run `join` to test it. Fun!
# Dining Philosophers
The dining philosophers example from the text is found herein, in a few