Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 316 Bytes

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))