https://fr.wikipedia.org/wiki/D%C3%AEner_des_philosophes
Mutex Synchronisation :
https://www.geeksforgeeks.org/mutex-lock-for-linux-thread-synchronization/
Mutex man : https://linux.die.net/man/3/pthread_mutex_init
Linux systems: les fichiers des semaphores sont situés dans le dossier /dev/shm
Semaphores with Threads: https://mtodorovic.developpez.com/linux/programmation-avancee/?page=page_4#L4-4-5
Stop the waiting : https://stackoverflow.com/questions/47317048/how-to-exit-from-thread-which-is-suspended-by-semaphore
Semaphores with Process : https://www.blaess.fr/christophe/2011/10/09/efficacite-des-ipc-semaphore-et-memoire-partagee/