Skip to content

A project involving the basics of threading a process. And thread synchronization with mutexes.

Notifications You must be signed in to change notification settings

josephcheel/42-Philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Philosophers |  42 Cursus Complete

A project involving the basics of threading a process. And thread synchronization with mutexes.



What is the project about

General Instrucctions

  • Makefile will compile your source files. It must include 'all' and 'bonus' rules for the Mandatory and Bonus parts, respectively. It should not relink.
  • The program should be compiled using the following commands:

Mandatory Instrucctions

How to compile it

Compilation is managed through the Makefile rules.

> make
> make bonus

About

A project involving the basics of threading a process. And thread synchronization with mutexes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published