Skip to content

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

License

Notifications You must be signed in to change notification settings

PetePrattis/Philosopher-dinner-problem-with-Posix-threads-and-mutex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A C Project

This is a simple C project from my early days as a Computer Science student

This programm was created for the third semester class Operating Systems and is a simple C programm neccessary to pass the class

Description of project

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

About this project

  • The comments to make the code understandable, are within the archives
  • This program is compatible with POSIX and written in codeblocks IDE in windows 10 OS using pthread library
  • This repository was created to show the variety of the work I did and experience I gained as a student

About

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages