https://github.com/rajh-phuyal/42philosophers
Threading and mutexes in C.
https://github.com/rajh-phuyal/42philosophers
dining-philosophers-problem mutex shared-memory syncronization threading
Last synced: 8 months ago
JSON representation
Threading and mutexes in C.
- Host: GitHub
- URL: https://github.com/rajh-phuyal/42philosophers
- Owner: rajh-phuyal
- Created: 2023-08-05T17:34:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T19:04:42.000Z (about 2 years ago)
- Last Synced: 2025-01-11T05:36:00.335Z (10 months ago)
- Topics: dining-philosophers-problem, mutex, shared-memory, syncronization, threading
- Language: C
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42philosophers
Threading and mutexes.