[documented code / -pedantic -std=c89] - 42School variant of the dining philosophers problem to learn the basics of threading a process, how to create threads and use mutexes.
-
Updated
Oct 12, 2022 - C
[documented code / -pedantic -std=c89] - 42School variant of the dining philosophers problem to learn the basics of threading a process, how to create threads and use mutexes.
SPPU (INFORMATION TECHNOLOGY CODE)
Philosophers an individual project at 42 about introduction to the basics of process threading, and how work on the same memory space. And learn about mutexes, semaphores, and shared memory.
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
🎿 Примеры параллельного программирования.
This is a solution to the dining philosophers problem in C using pthreads and semaphores.
Interacting with threads and processes using semaphores and mutex
Operating System Traditional Programs
Repository for the course Distributed Systems at UDLAP.
Operating Systems Course | The Dining Philosophers Problem | C & Java
Operating Systems Course (Sem 5)-Practice Codes
Dinning savages algorithm example using threads MUTEX
This project is about The dining philosophers problem, where multithreading/multiprocessing and mutexes/semaphores are used to solve the problem.
Windows OS concepts in C language
Then dinning Philosopher problem with mutex
Project solved dinning philopher problem using windows.h threads
An implementation of the dining philosophers problem and memory management with holes
Add a description, image, and links to the dinning-phillospher topic page so that developers can more easily learn about it.
To associate your repository with the dinning-phillospher topic, visit your repo's landing page and select "manage topics."