Searched refs:NumberOfProcessors (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/src/base/
H A Dsys-info-unittest.cc17 TEST(SysInfoTest, NumberOfProcessors) {
18 EXPECT_LT(0, SysInfo::NumberOfProcessors());
H A Dsys-info.h17 static int NumberOfProcessors();
H A Dsys-info.cc31 int SysInfo::NumberOfProcessors() { function in class:v8::base::SysInfo
/external/chromium_org/extensions/shell/test/
H A Dshell_tests_main.cc12 int default_jobs = std::max(1, base::SysInfo::NumberOfProcessors() / 2);
/external/chromium_org/chrome/test/base/
H A Dbrowser_tests_main.cc19 int default_jobs = std::max(1, base::SysInfo::NumberOfProcessors() / 2);
/external/chromium_org/base/
H A Dsys_info_posix.cc32 int NumberOfProcessors() { function in namespace:__anon2498
37 // returned value of NumberOfProcessors(). On some platforms, the kernel may
56 base::internal::LazySysInfoValue<int, NumberOfProcessors> >::Leaky
79 int SysInfo::NumberOfProcessors() { function in class:base::SysInfo
H A Dsys_info.h22 static int NumberOfProcessors();
H A Dsys_info_openbsd.cc30 int SysInfo::NumberOfProcessors() { function in class:base::SysInfo
H A Dsys_info_win.cc37 int SysInfo::NumberOfProcessors() { function in class:base::SysInfo
H A Dsys_info_unittest.cc25 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_browser_test_runner.cc65 int default_jobs = std::max(1, base::SysInfo::NumberOfProcessors() / 2);
/external/chromium_org/remoting/host/
H A Dcapture_scheduler.cc35 num_of_processors_(base::SysInfo::NumberOfProcessors()),
/external/chromium_org/content/test/
H A Dcontent_test_launcher.cc121 int default_jobs = std::max(1, base::SysInfo::NumberOfProcessors() / 2);
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider.cc30 info_.num_of_processors = base::SysInfo::NumberOfProcessors();
H A Dcpu_info_provider_mac.cc29 static_cast<natural_t>(base::SysInfo::NumberOfProcessors()));
H A Dcpu_info_provider_win.cc39 int num_of_processors = base::SysInfo::NumberOfProcessors();
/external/chromium_org/gin/
H A Disolate_holder.cc42 base::SysInfo::NumberOfProcessors());
/external/chromium_org/base/process/
H A Dprocess_metrics_freebsd.cc19 processor_count_ = base::SysInfo::NumberOfProcessors();
H A Dprocess_metrics_openbsd.cc139 processor_count_ = base::SysInfo::NumberOfProcessors();
H A Dprocess_metrics_mac.cc316 processor_count_ = SysInfo::NumberOfProcessors();
H A Dprocess_metrics_win.cc244 processor_count_(base::SysInfo::NumberOfProcessors()),
/external/chromium_org/v8/src/libplatform/
H A Ddefault-platform.cc63 thread_pool_size = base::SysInfo::NumberOfProcessors();
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_browser_main_extra_parts_metrics.cc99 base::SysInfo::NumberOfProcessors());
/external/chromium_org/base/test/launcher/
H A Dunit_test_launcher.cc555 SysInfo::NumberOfProcessors(),
580 SysInfo::NumberOfProcessors(),
/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.cc255 *num_processors = base::SysInfo::NumberOfProcessors();

Completed in 5454 milliseconds

12