create more mcexec thread so that all cpu to be serviced.

This commit is contained in:
NAKAMURA Gou
2013-07-17 17:27:56 +09:00
parent deb9cd4e75
commit b6d25861e5

View File

@@ -313,7 +313,7 @@ int flatten_strings(int nr_strings, char **strings, char **flat)
return full_len; return full_len;
} }
#define NUM_HANDLER_THREADS 64 #define NUM_HANDLER_THREADS 248
struct thread_data_s { struct thread_data_s {
pthread_t thread_id; pthread_t thread_id;