Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteprattis/philosopher-dinner-problem-with-posix-threads-and-mutex

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.
https://github.com/peteprattis/philosopher-dinner-problem-with-posix-threads-and-mutex

c computer-science mutex mutex-lock mutex-synchronisation philosophers-dinner-problem posix posix-threads program student

Last synced: about 9 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
>