mise a la norme

This commit is contained in:
hugogogo
2022-01-31 10:28:26 +01:00
parent 774bdb0a4a
commit 41726f5e41
5 changed files with 39 additions and 253 deletions

View File

@@ -6,7 +6,7 @@
/* By: hulamy <hulamy@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/01/26 15:30:49 by hulamy #+# #+# */
/* Updated: 2022/01/30 19:57:46 by hulamy ### ########.fr */
/* Updated: 2022/01/31 09:57:34 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -87,11 +87,4 @@ void launch(t_philo *philo, pthread_t *id)
i++;
}
pere_fouettard(philo);
// i = 0;
// while (i < philo->params->n_phi)
// {
// pthread_mutex_unlock(&(philo->m_fork));
// philo = philo->next;
// i++;
// }
}