]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Most of the times zero conflicting accesses were reported on the matinv regression...
authorBart Van Assche <bvanassche@acm.org>
Sat, 8 Mar 2008 15:40:54 +0000 (15:40 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 8 Mar 2008 15:40:54 +0000 (15:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7602

exp-drd/tests/matinv.c

index 54287d024ac45c7bf5693c332767ef512584b4ee..fc543c439721152d9d6bbde1d019dcea34b3b154 100644 (file)
@@ -220,6 +220,7 @@ static void gj_threadfunc(struct gj_threadinfo* p)
       }
     }
   }
+  pthread_barrier_wait(p->b);
 }
 
 /** Multithreaded Gauss-Jordan algorithm. */