Skip to content

Commit

Permalink
Merge pull request #1 from remzi-arpacidusseau/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gsmnit authored Oct 26, 2024
2 parents 0cd7a8b + ba628e3 commit 13fba62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threads-sema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Code in `rwlock.c`. Build via `make`, run via `rwlock`.

The dining philosophers example from the text is found herein, in a few
different forms:
- `dining_philosophers.c`: code with deadlock
- `dining_philosophers_print.c`: code with deadlock, and some useful printing
- `dining_philosophers_deadlock.c`: code with deadlock
- `dining_philosophers_deadlock_print.c`: code with deadlock, and some useful printing
- `dining_philosophers_no_deadlock.c`: code without deadlock
- `dining_philosophers_no_deadlock_print.c`: code without deadlock, and some useful printing

Expand Down

0 comments on commit 13fba62

Please sign in to comment.