]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase thread limits a bit.
authorJulian Seward <jseward@acm.org>
Mon, 17 Jun 2002 14:25:00 +0000 (14:25 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 17 Jun 2002 14:25:00 +0000 (14:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@432

coregrind/vg_include.h
vg_include.h

index 6c28cd4e0d9d37dbe2530ba2414d17fb43b14750..182cb3cb4e675bedffaf5f768b62ea7cf454ab1e 100644 (file)
    scheduler algorithms is surely O(N) in the number of threads, since
    that's simple, at least.  And (in practice) we hope that most
    programs do not need many threads. */
-#define VG_N_THREADS 20
+#define VG_N_THREADS 50
 
 /* Maximum number of pthread keys available.  Again, we start low until
    the need for a higher number presents itself. */
-#define VG_N_THREAD_KEYS 10
+#define VG_N_THREAD_KEYS 50
 
 /* Number of file descriptors that can simultaneously be waited on for
    I/O to complete.  Perhaps this should be the same as VG_N_THREADS
index 6c28cd4e0d9d37dbe2530ba2414d17fb43b14750..182cb3cb4e675bedffaf5f768b62ea7cf454ab1e 100644 (file)
    scheduler algorithms is surely O(N) in the number of threads, since
    that's simple, at least.  And (in practice) we hope that most
    programs do not need many threads. */
-#define VG_N_THREADS 20
+#define VG_N_THREADS 50
 
 /* Maximum number of pthread keys available.  Again, we start low until
    the need for a higher number presents itself. */
-#define VG_N_THREAD_KEYS 10
+#define VG_N_THREAD_KEYS 50
 
 /* Number of file descriptors that can simultaneously be waited on for
    I/O to complete.  Perhaps this should be the same as VG_N_THREADS