aboutsummaryrefslogtreecommitdiff
path: root/philo_one/src/event.c
AgeCommit message (Collapse)Author
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-09Added antidead lock in philo_oneCharles 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, ↵Charles Cabergs
Fixing timestamp in the wrong order in philo_three
2021-01-02Norming philo_oneCharles Cabergs
2021-01-01Fixing philo_one segfault because not checking correctly if finishedCharles Cabergs
2020-12-30Fixed meal_num args for philo_oneCharles Cabergs
2020-10-05NormingCharles Cabergs
2020-09-30Renaming io_* -> event_*, Changed philo_put with only 1 write callCharles Cabergs