Skip to content
#

mutex-synchronisation

Here are 114 public repositories matching this topic...

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 Nov 30, 2024
  • 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.

  • Updated Oct 12, 2022
  • C

A 42 school project that simulates the Dining Philosophers problem using multithreading (philo) and multiprocessing with semaphores (philo_bonus). The goal is to handle concurrency, synchronization, and avoid deadlocks and starvation.

  • Updated May 10, 2025
  • C

Multi-process, multi-threaded supermarket simulation with dynamic cashier management, customer flow control, and emergency evacuation handling. Uses semaphores, mutexes, message queues, and shared memory for synchronization and inter-process communication.

  • Updated Jan 28, 2025
  • C

[Note : 14 / 20] Projet UE Programmation système avancée (Université Paris Cité, M1) : Implémentation de files de messages pour une communication entre des processus tournant sur la même machine, en utilisant la mémoire partagée, et sans l’aide de files de messages existantes ou des sockets. L’accès parallèle à la file de messages est possible a…

  • Updated Aug 19, 2022
  • 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.

Curate this topic

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."

Learn more