Explorar o código

tests/core/execute_on_a_specific_worker: while is safer to wait for termination

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
a62e973ade
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/core/execute_on_a_specific_worker.c

+ 1 - 1
tests/core/execute_on_a_specific_worker.c

@@ -116,7 +116,7 @@ int main(int argc, char **argv)
 	}
 
 	pthread_mutex_lock(&mutex);
-	if (!finished)
+	while (!finished)
 		pthread_cond_wait(&cond, &mutex);
 	pthread_mutex_unlock(&mutex);