aboutsummaryrefslogtreecommitdiff
path: root/philo_three/src
AgeCommit message (Expand)Author
2021-01-14Fixing infinite wait on guacamole when calling sem_closeHEADmasterCharles Cabergs
2021-01-10Fixing philo_three destructor, Norming philo_threeCharles Cabergs
2021-01-10Updated philo_two with better setup, Norming philo_twoCharles Cabergs
2021-01-10Fixing bad performance at school by adding more delay to the death checking l...Charles Cabergs
2021-01-09Added separate thread to check if max meal num is reached independent from ph...Charles Cabergs
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-04Added buffered output, Added waiting for all to be startedCharles Cabergs
2021-01-03Added h_sleep instead of usleep for better precisionCharles Cabergs
2021-01-03Fixing philo_one/philo_two dying by sleeping more when checking the death, Fi...Charles Cabergs
2021-01-02Fixing infinite wait on philo_two/philo_three when philo dies and meal_num ar...Charles Cabergs
2021-01-02Updated philo_two with philo_three logic, Norming philo_two and philo_threeCharles Cabergs
2021-01-01Fixing meal num for philo_threeCharles Cabergs
2020-12-31Added usleep in death checking threadsCharles Cabergs
2020-10-24Replacing mutex stdout by semaphore in philo two, Compilation on LinuxCharles Cabergs
2020-10-05Norming and destroy on errorCharles Cabergs
2020-10-05NormingCharles Cabergs
2020-10-01Fixing philo_three workingCharles Cabergs
2020-09-30Added philo_three draftCharles Cabergs