From: Bart Van Assche Date: Sat, 8 Mar 2008 15:40:54 +0000 (+0000) Subject: Most of the times zero conflicting accesses were reported on the matinv regression... X-Git-Tag: svn/VALGRIND_3_4_0~938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=946942d053b0b6689ff54e822ff60f6c6e467caa;p=thirdparty%2Fvalgrind.git Most of the times zero conflicting accesses were reported on the matinv regression test, sometimes a lot of conflicting accesses were reported on this regression test. This should now be fixed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7602 --- diff --git a/exp-drd/tests/matinv.c b/exp-drd/tests/matinv.c index 54287d024a..fc543c4397 100644 --- a/exp-drd/tests/matinv.c +++ b/exp-drd/tests/matinv.c @@ -220,6 +220,7 @@ static void gj_threadfunc(struct gj_threadinfo* p) } } } + pthread_barrier_wait(p->b); } /** Multithreaded Gauss-Jordan algorithm. */