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

test

parent 533824e9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #5724 réussi
...@@ -234,6 +234,7 @@ void *writing(void *param){ ...@@ -234,6 +234,7 @@ void *writing(void *param){
} }
void *calculating(void *param){ void *calculating(void *param){
printf("check23\n");
struct buffer_rccw *param1 = (struct buffer_rccw *) param; struct buffer_rccw *param1 = (struct buffer_rccw *) param;
...@@ -284,12 +285,14 @@ void *calculating(void *param){ ...@@ -284,12 +285,14 @@ void *calculating(void *param){
} }
printf("check24\n");
return NULL; return NULL;
} }
void *reading (void *param){ void *reading (void *param){
printf("check21\n");
struct buffer_rc *param1= (struct buffer_rc *) param; struct buffer_rc *param1= (struct buffer_rc *) param;
char chaine[30]; char chaine[30];
...@@ -320,7 +323,7 @@ void *reading (void *param){ ...@@ -320,7 +323,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