From: Julian Seward Date: Tue, 17 Sep 2002 15:19:16 +0000 (+0000) Subject: Increase VG_N_RWLOCKS from 50 to 500. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cf94cf05ab5a7ccaf9a5bba28a6879b66ec6f3;p=thirdparty%2Fvalgrind.git Increase VG_N_RWLOCKS from 50 to 500. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1014 --- diff --git a/vg_include.h b/vg_include.h index bd5cdeb3f2..cf7d37a673 100644 --- a/vg_include.h +++ b/vg_include.h @@ -157,7 +157,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