Skip to content
Snippets Groups Projects

C - Dining Philosopher Threads

Description

A program using pthreads to implement the "Dining Philosophers" problem.

Running Program

Open a terminal and cd to project root.
For a list of available makefile commands, run make help.
In a terminal, run make <command_here>.

References

See documents/references.md.