In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
$ make (all)
- Mandatory in directory philo/
- Bonus in directory philo_bonus/
$ ./philo <number_of_philosophers> <time_to_die> <time_to_eat> <time_to_sleep> [number_of_times_each_philosopher_must_eat]
$ ./philo_bonus <number_of_philosophers> <time_to_die> <time_to_eat> <time_to_sleep> [number_of_times_each_philosopher_must_eat]