C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
Primary LanguageC