Go to file
Camille Chauvet 531d3146e4 merge
2023-04-25 11:30:55 +00:00
utils fix: check argument overflow 2023-04-19 13:51:57 +00:00
data.c merge 2023-04-25 11:30:55 +00:00
data.h init 2023-04-13 13:00:39 +00:00
main.c fix: stop when philo has enough eat 2023-04-20 13:16:02 +00:00
Makefile fix: add pthread flag to compile and link 2023-04-19 14:09:01 +00:00
parsing.c fix: parsing return error only if nb philo == 0 2023-04-19 13:58:18 +00:00
parsing.h init 2023-04-13 13:00:39 +00:00
philo.c ?fix: initialise all value 2023-04-20 18:27:12 +02:00
philo.h init 2023-04-13 13:00:39 +00:00
philos.c init 2023-04-13 13:00:39 +00:00
philos.h init 2023-04-13 13:00:39 +00:00
print.c fix print mutex is now destroyed at the end 2023-04-20 12:40:30 +00:00
print.h init 2023-04-13 13:00:39 +00:00
struct.h fix print mutex is now destroyed at the end 2023-04-20 12:40:30 +00:00
threads.c fix: I create now 1 thread by philo 2023-04-19 11:53:50 +00:00
threads.h init 2023-04-13 13:00:39 +00:00
time.c add: time is now relatif 2023-04-19 14:08:23 +00:00
time.h init 2023-04-13 13:00:39 +00:00