Skip to content

solving the dining philosofers problem using mutexes and threads

Notifications You must be signed in to change notification settings

etahae/Dining_philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dining_philosophers

solving the dining philosofers problem using mutexes and threads

run :

$> make && ./philo <time_to_die> <time_to_eat> <time_to_sleep> <nbr_of_eating_times>

Ps : <nbr_of_eating_times> argument is optional.

About

solving the dining philosofers problem using mutexes and threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published