willianlim / philosophers

🤔 In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Philosophers

🤔In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

📥 Installation

git clone https://github.com/willianlim/philosophers

✍ Usage

# Entering the project directory
cd philosophers && cd philo

# Compiling the program
make

# Example of arguments that can be used to compile the program
./bin/philo 5 800 200 200

# Exclude the objects
make fclean

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📝 License

About

🤔 In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

License:GNU General Public License v3.0


Languages

Language:C 83.7%Language:Makefile 10.7%Language:Assembly 5.6%