dmbcalado / Philosophers

Recreation of the philosophers problem resorting to thread usage in C. To deal with data races and race conditions all we could use was mutexs to lock and unlock threads. Great results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Recreation of the philosophers problem resorting to thread usage in C. To deal with data races and race conditions all we could use was mutexs to lock and unlock threads. Great results.


Languages

Language:C 97.6%Language:Makefile 2.4%