/Philosophers

basics of threading and mutexes

Primary LanguageC

Philosophers

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

To Test the Program :

make bonus && ./philo_bonus (number of philo) (time to die) (time to eat) (time to sleep) (number of times to eat (optional))