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

https://github.com/ombhd/philosophers_42

The basics of threading a process and how to work on the same memory space.
https://github.com/ombhd/philosophers_42

1337school 42born2code c c-programming-language makefile multithreading process

Last synced: 3 months ago
JSON representation

The basics of threading a process and how to work on the same memory space.

Awesome Lists containing this project

README

          

# philosophers
The basics of threading a process and how to work on the same memory space.
## Subject
- [Philosophers Subject](https://github.com/su-omb/philosophers/blob/main/en.subject.pdf)
## Useful Sources
- [Multithreading in C](https://www.geeksforgeeks.org/multithreading-c-2/)
- [Unix Threads in C](https://www.youtube.com/playlist?list=PLfqABt5AS4FmuQf70psXrsMLEDQXNkLq2)
- [Unix Processes in C](https://www.youtube.com/playlist?list=PLfqABt5AS4FkW5mOn2Tn9ZZLLDwA3kZUY)
- [sem_close vs sem_unlink when process terminates](https://stackoverflow.com/questions/9537068/sem-close-vs-sem-unlink-when-process-terminates)