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_two
Age
Commit message (
Expand
)
Author
2021-01-08
Updated Makefile, restructuring common files
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
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
2021-01-01
Added meal counter to philo_two (still segfault 10% of the time)
Charles Cabergs
2020-12-31
Added usleep in death checking threads
Charles Cabergs
2020-10-24
Replacing mutex stdout by semaphore in philo two, Compilation on Linux
Charles Cabergs
2020-10-05
Norming and destroy on error
Charles Cabergs
2020-10-05
Norming
Charles Cabergs
2020-09-30
Added philo_three draft
Charles Cabergs
2020-09-30
Renaming io_* -> event_*, Changed philo_put with only 1 write call
Charles Cabergs
2020-09-30
Refactoring philo_two to work with new common lib (not working)
Charles Cabergs
2020-09-29
philo_two file restructuration
Charles Cabergs
2020-02-15
philo_two working (again with the hack?)
Charles
2019-11-24
Initial commit
Charles