aboutsummaryrefslogtreecommitdiff
path: root/common/src
AgeCommit message (Collapse)Author
2021-01-10Refactoring common lib functions to expose only those we needCharles Cabergs
2021-01-10Fixing bad performance at school by adding more delay to the death checking ↵Charles Cabergs
loop, Added mutex/semaphore to protect against eating and dying at the same time
2021-01-08Add sem_grab in philo_two and philo_three to fix philosophers each taking 1 forkCharles Cabergs
2021-01-08Added separate thread to flush buffer in philo_one and philo_twoCharles Cabergs
2021-01-08Updated Makefile, restructuring common filesCharles Cabergs