Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peteprattis/philosopher-dinner-problem-with-posix-threads-and-mutex
- Owner: PetePrattis
- License: mit
- Created: 2020-01-07T18:13:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T18:18:16.000Z (almost 5 years ago)
- Last Synced: 2023-09-14T10:17:29.916Z (about 1 year ago)
- Topics: c, computer-science, mutex, mutex-lock, mutex-synchronisation, philosophers-dinner-problem, posix, posix-threads, program, student
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>