28 #ifndef V8_LIBPLATFORM_DEFAULT_PLATFORM_H_
29 #define V8_LIBPLATFORM_DEFAULT_PLATFORM_H_
33 #include "../../include/v8-platform.h"
35 #include "../globals.h"
36 #include "../platform/mutex.h"
62 static const int kMaxThreadPoolSize = 4;
66 int thread_pool_size_;
67 std::vector<WorkerThread*> thread_pool_;
77 #endif // V8_LIBPLATFORM_DEFAULT_PLATFORM_H_