eina_cpu - up max number of threads to 32

this should be better for todays systems - max number of cores we can
query for now is 32.

@feature
This commit is contained in:
Carsten Haitzler 2015-05-15 19:07:42 +09:00
parent beaa9b3864
commit 56ffe74896
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
# endif
# include <pthread.h>
# define TH_MAX 8
# define TH_MAX 32
#endif
#include <stdlib.h>