https://github.com/rbourgeat/philosophers
https://github.com/rbourgeat/philosophers
42 42born2code 42paris 42projects 42school philosophers
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbourgeat/philosophers
- Owner: rbourgeat
- Created: 2021-06-01T10:09:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T10:12:10.000Z (over 4 years ago)
- Last Synced: 2025-02-14T13:41:45.604Z (8 months ago)
- Topics: 42, 42born2code, 42paris, 42projects, 42school, philosophers
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philosophers
This project is an introduction to the basics of process threading, and how
work on the same memory space.
You will learn how to do threads.
You will learn about mutexes, semaphores, and shared memory.