Home
last modified time | relevance | path

Searched refs:NumberOfProcessors (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/base/
Dsys-info-unittest.cc17 TEST(SysInfoTest, NumberOfProcessors) { in TEST() argument
18 EXPECT_LT(0, SysInfo::NumberOfProcessors()); in TEST()
Dsys-info.h17 static int NumberOfProcessors();
Dsys-info.cc31 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in v8::base::SysInfo
/external/v8/src/libplatform/
Ddefault-platform.cc63 thread_pool_size = base::SysInfo::NumberOfProcessors(); in SetThreadPoolSize()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h975 UCHAR NumberOfProcessors; member
/external/v8/src/
Dd8.cc1649 base::SysInfo::NumberOfProcessors()); in Main()
Disolate.cc1941 Max(Min(base::SysInfo::NumberOfProcessors(), 4), 1); in Init()