]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase VG_N_RWLOCKS from 50 to 500.
authorJulian Seward <jseward@acm.org>
Tue, 17 Sep 2002 15:19:16 +0000 (15:19 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Sep 2002 15:19:16 +0000 (15:19 +0000)
MERGE TO STABLE

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1014

vg_include.h

index bd5cdeb3f25e53b9be69073b88df9cb019a9a458..cf7d37a6735e303fee449b7a6d3523738db00f29 100644 (file)
 #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