mutex-synchronisation
Here are 114 public repositories matching this topic...
Refer Readme.md
-
Updated
Jun 18, 2020 - C
CSCI P536 - XINU
-
Updated
Mar 29, 2018 - C
Similar to BarberShop problem
-
Updated
Oct 25, 2017 - C
🧠 A project that addresses the synchronization of multi threads and multi processes and addresses the paradigm of the philosophers' dinners
-
Updated
May 6, 2025 - C
Problems on Concurrency
-
Updated
Oct 23, 2018 - C
This repository consists of the course project for ECEN 5623 Real-Time Embedded Systems
-
Updated
Nov 12, 2018 - C
A process synchronization problem.
-
Updated
Apr 26, 2022 - C
Implementation of a multithreaded server that allows multiple users to make requests at the same time. Built for the course Operating Systems @CS.UOI.
-
Updated
Apr 2, 2022 - C
-
Updated
Feb 8, 2022 - C
-
Updated
Nov 24, 2018 - C
Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.
-
Updated
Feb 2, 2025 - C
The Dining Philosopher Problem states that N philosophers seated around a circular table with one chopstick between each pair of philosophers. There is one chopstick between each philosopher. A philosopher may eat if he can pick up the two chopsticks adjacent to him. One chopstick may be picked up by any one of its adjacent followers but not both.
-
Updated
Jun 19, 2022 - C
Project aims to show basics of multithreading programming
-
Updated
Feb 28, 2022 - C
Synchronization primitive: condition variable from a mutex
-
Updated
Nov 9, 2023 - C
This 42 C project is about the basics of threading a process and using mutex.
-
Updated
Oct 17, 2021 - C
Dinning savages algorithm example using threads MUTEX
-
Updated
Jul 4, 2017 - C
-
Updated
Jun 22, 2024 - C
Improve this page
Add a description, image, and links to the mutex-synchronisation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mutex-synchronisation topic, visit your repo's landing page and select "manage topics."