From b0f5095569900081cd8f60d6f988dd63a652b92e Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Thu, 1 Jun 2023 14:23:15 +0200 Subject: [PATCH] ok g troll --- philo/philo_routine.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/philo/philo_routine.c b/philo/philo_routine.c index 57566df..e781d21 100644 --- a/philo/philo_routine.c +++ b/philo/philo_routine.c @@ -6,7 +6,7 @@ /* By: cchauvet last_eat_mutex); philo->last_eat = get_time(); pthread_mutex_unlock(&philo->last_eat_mutex); - print_eating(philo); - usleep(get_time_eat(philo, data) * 1000); pthread_mutex_unlock(&data->forks[philo->id]); pthread_mutex_unlock(&data->forks[(philo->id + 1) % data->nb_philos]); if (check(data))