Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_posix.cc34 int NumberOfProcessors() { in NumberOfProcessors() function
58 base::internal::LazySysInfoValue<int, NumberOfProcessors> >::Leaky
95 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in base::SysInfo
Dsys_info.h24 static int NumberOfProcessors();
Dsys_info_unittest.cc21 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1); in TEST_F()
/external/v8/src/base/
Dsys-info.h19 static int NumberOfProcessors();
Dsys-info.cc31 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in v8::base::SysInfo
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Dsalproc.h197 UINT64 NumberOfProcessors; member
/external/v8/src/libplatform/
Ddefault-platform.cc91 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in SetThreadPoolSize()
/external/libchrome/base/process/
Dprocess_metrics_mac.cc343 processor_count_ = SysInfo::NumberOfProcessors(); in ProcessMetrics()
Dprocess_metrics_linux.cc321 processor_count_ = SysInfo::NumberOfProcessors(); in ProcessMetrics()
/external/libchrome/base/trace_event/
Dtrace_log.cc1544 base::SysInfo::NumberOfProcessors()); in AddMetadataEventsWhileLocked()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h975 UCHAR NumberOfProcessors; member