]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
merge rev 1.76.2.7:
authorJulian Seward <jseward@acm.org>
Fri, 27 Sep 2002 01:04:29 +0000 (01:04 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 27 Sep 2002 01:04:29 +0000 (01:04 +0000)
Increase VG_N_RWLOCKS from 50 to 500.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1113

coregrind/vg_include.h

index edf7aef4775a9b13e047ccf43e799f7ec060d921..79ab83b6e794bd754defffd0a6cca9e8d6059f74 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