dinning-phillospher
There are 18 repositories under dinning-phillospher topic.
clementvidon/philosophers
[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.
ckshitij/Operating-System
SPPU (INFORMATION TECHNOLOGY CODE)
aoumad/Philosophers
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.
RIDWANE-EL-FILALI/Philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
frhd143/Dining-Philosophers-Problem
This is a solution to the dining philosophers problem in C using pthreads and semaphores.
gusenov/parallel-programming-examples
:ski: Примеры параллельного программирования.
Conanyedo/Philosophers
Interacting with threads and processes using semaphores and mutex
shre1000/Operating-System
Operating System Traditional Programs
DomenicBianchi01/CIS3110-A3
An implementation of the dining philosophers problem and memory management with holes
hel-makh/Philosophers
This project is about The dining philosophers problem, where multithreading/multiprocessing and mutexes/semaphores are used to solve the problem.
IlayG01/windows-os
Windows OS concepts in C language
Kampouse/philosopher
Then dinning Philosopher problem with mutex
KiranThomasCherian/OS
Operating Systems Course (Sem 5)-Practice Codes
gustinoco/so-thread
Project solved dinning philopher problem using windows.h threads
josefelipetto/dinning-savages-example
Dinning savages algorithm example using threads MUTEX
Kfir-G/OS_DiningPhilosophersProblem
Operating Systems Course | The Dining Philosophers Problem | C & Java
raulgonzalezcz/Distributed-Systems
Repository for the course Distributed Systems at UDLAP.