Skip to content
Extraits de code Groupes Projets
Valider 576672fc rédigé par Laurent Paucot's avatar Laurent Paucot
Parcourir les fichiers

test

parent abd53bc5
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #5739 réussi
...@@ -312,6 +312,7 @@ void *reading (void *param){ ...@@ -312,6 +312,7 @@ void *reading (void *param){
pthread_mutex_unlock(&mutex1); pthread_mutex_unlock(&mutex1);
sem_post(&full1); sem_post(&full1);
printf("check22\n");
} }
//param1->stop = 1; //param1->stop = 1;
...@@ -325,7 +326,7 @@ void *reading (void *param){ ...@@ -325,7 +326,7 @@ void *reading (void *param){
pthread_mutex_unlock(&mutex1); pthread_mutex_unlock(&mutex1);
sem_post(&full1); sem_post(&full1);
} }
printf("check22\n");
return NULL; return NULL;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter