From: Julian Seward Date: Fri, 27 Sep 2002 01:04:29 +0000 (+0000) Subject: merge rev 1.76.2.7: X-Git-Tag: svn/VALGRIND_1_9_4~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=842fda69b11b498b4ccb76be39085dfd0c4e2dc4;p=thirdparty%2Fvalgrind.git merge rev 1.76.2.7: Increase VG_N_RWLOCKS from 50 to 500. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1113 --- diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index edf7aef477..79ab83b6e7 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -125,7 +125,7 @@ #define VG_N_SEMAPHORES 50 /* Number of entries in the rwlock-remapping table. */ -#define VG_N_RWLOCKS 50 +#define VG_N_RWLOCKS 500 /* Number of entries in each thread's cleanup stack. */ #define VG_N_CLEANUPSTACK 8