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_three
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2021-01-10
Fixing philo_three destructor, Norming philo_three
Charles Cabergs
2021-01-10
Updated philo_two with better setup, Norming philo_two
Charles Cabergs
2021-01-09
Added separate thread to check if max meal num is reached independent from ph...
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
Fixing philo_one/philo_two dying by sleeping more when checking the death, Fi...
Charles Cabergs
2021-01-02
Fixing infinite wait on philo_two/philo_three when philo dies and meal_num ar...
Charles Cabergs
2021-01-02
Updated philo_two with philo_three logic, Norming philo_two and philo_three
Charles Cabergs
2021-01-01
Fixing meal num for philo_three
Charles Cabergs
2020-10-05
Norming and destroy on error
Charles Cabergs
2020-10-05
Norming
Charles Cabergs
2020-10-01
Fixing philo_three working
Charles Cabergs
2020-09-30
Added philo_three draft
Charles Cabergs