From: Julian Seward Date: Wed, 3 May 2006 13:52:47 +0000 (+0000) Subject: Increase # supported threads to 300 (see #126217). X-Git-Tag: svn/VALGRIND_3_2_0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65eacec303a233939c117130806fcdd5304c078;p=thirdparty%2Fvalgrind.git Increase # supported threads to 300 (see #126217). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5877 --- diff --git a/include/pub_tool_threadstate.h b/include/pub_tool_threadstate.h index 4dcb8dedba..80df4d45c8 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 100 +#define VG_N_THREADS 300 /* Special magic value for an invalid ThreadId. It corresponds to LinuxThreads using zero as the initial value for