Go to file
2023-04-19 14:51:01 +00:00
utils fix: check argument overflow 2023-04-19 13:51:57 +00:00
data.c fix: helgreind 2023-04-19 14:49:48 +00:00
data.h init 2023-04-13 13:00:39 +00:00
main.c prepare to add a verif thread 2023-04-19 14:51:01 +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: check if all threads is stopped before destroye data 2023-04-19 14:01:59 +00: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 change display id '1' -> '001' 2023-04-19 14:49:03 +00:00
print.h init 2023-04-13 13:00:39 +00:00
struct.h fix: check if all threads is stopped before destroye data 2023-04-19 14:01:59 +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