Skip to content

MLeganes/42Philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42Philosophers

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

Running

  • make

  • Run program with ./philo arg1 arg2 arg3 arg4 arg5

      arg1: number_of_philosophers 
      arg2: time_to_die
      arg3: time_to_eat
      arg4: time_to_sleep
      arg5: number_of_times_each_philosopher_must_eat (optional)
    

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published