index
:
philosophers.git
master
rendu
weird
School project: Introduction to multithreading
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
philo_one
/
src
/
routine.c
Age
Commit message (
Expand
)
Author
2021-01-10
Updated philo_two with better setup, Norming philo_two
Charles Cabergs
2021-01-10
Fixing philo_one destroyer, Norming philo_one
Charles Cabergs
2021-01-10
Fixing bad performance at school by adding more delay to the death checking l...
Charles Cabergs
2021-01-09
Added antidead lock in philo_one
Charles Cabergs
2021-01-08
Add sem_grab in philo_two and philo_three to fix philosophers each taking 1 fork
Charles Cabergs
2021-01-08
Added separate thread to flush buffer in philo_one and philo_two
Charles Cabergs
2021-01-04
Added buffered output, Added waiting for all to be started
Charles Cabergs
2021-01-03
Added h_sleep instead of usleep for better precision
Charles Cabergs
2021-01-03
Fixing philo_one/philo_two dying by sleeping more when checking the death, Fi...
Charles Cabergs
2021-01-02
Norming philo_one
Charles Cabergs
2021-01-01
Added meal counter to philo_two (still segfault 10% of the time)
Charles Cabergs
2021-01-01
Fixing philo_one segfault because not checking correctly if finished
Charles Cabergs
2020-12-30
Fixed meal_num args for philo_one
Charles Cabergs
2020-09-30
Renaming io_* -> event_*, Changed philo_put with only 1 write call
Charles Cabergs
2020-09-30
Refactoring philo_one, removing mutex_all_alive and t_routine_args bloat
Charles Cabergs
2020-09-30
Refactoring philo_two to work with new common lib (not working)
Charles Cabergs
2020-09-30
Added 'has taken fork' log, Refactoring philo_one to work with new common lib
Charles Cabergs
2020-09-29
Fixing taking none existing fork in logs
Charles Cabergs