Searched refs:NumberOfProcessors (Results 1 – 15 of 15) sorted by relevance
11 int NumberOfProcessors();
60 int NumberOfProcessors() { in NumberOfProcessors() function
80 int num_cores = NumberOfProcessors() / 2; in GetThreadCount()
27 int NumberOfProcessors() in NumberOfProcessors() function
19 static int NumberOfProcessors();
39 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in v8::base::SysInfo
256 TEST(TestUtils, NumberOfProcessors) in TEST() argument258 int numProcs = angle::NumberOfProcessors(); in TEST()
126 int NumberOfProcessors();
165 int NumberOfProcessors() in NumberOfProcessors() function
166 uint8_t NumberOfProcessors; member
39 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in GetActualThreadPoolSize()
439 int NumberOfProcessors() in NumberOfProcessors() function
324 IO.mapOptional("Number of Processors", Info.NumberOfProcessors, 0); in streamMapping()
975 UCHAR NumberOfProcessors; member
1039 mMaxProcesses(std::min(NumberOfProcessors(), kDefaultMaxProcesses)), in TestSuite()