Skip to content
#

mutex-synchronisation

Here are 173 public repositories matching this topic...

[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

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 15, 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