From: Julian Seward Date: Wed, 17 Feb 2010 16:20:04 +0000 (+0000) Subject: Increase number of supported threads to 500. Fixes #227328. X-Git-Tag: svn/VALGRIND_3_6_0~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2536cf59e5172d28340facf0c2cc97860bd0b2;p=thirdparty%2Fvalgrind.git Increase number of supported threads to 500. Fixes #227328. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11049 --- diff --git a/include/pub_tool_threadstate.h b/include/pub_tool_threadstate.h index d572e870cf..5956c0feda 100644 --- a/include/pub_tool_threadstate.h +++ b/include/pub_tool_threadstate.h @@ -36,7 +36,7 @@ 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 300 +#define VG_N_THREADS 500 /* Special magic value for an invalid ThreadId. It corresponds to LinuxThreads using zero as the initial value for