HomeSort by relevance Sort by last modified time
    Searched refs:NumberOfProcessors (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
sys_info_openbsd.cc 11 int SysInfo::NumberOfProcessors() {
sys_info.h 19 static int NumberOfProcessors();
sys_info_posix.cc 27 int SysInfo::NumberOfProcessors() {
sys_info_win.cc 17 int SysInfo::NumberOfProcessors() {
sys_info_unittest.cc 14 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
process_util_posix.cc 485 processor_count_ = base::SysInfo::NumberOfProcessors();

Completed in 2020 milliseconds