Home
last modified time | relevance | path

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

/third_party/gn/src/util/
Dsys_info.h11 int NumberOfProcessors();
Dsys_info.cc60 int NumberOfProcessors() { in NumberOfProcessors() function
Dworker_pool.cc80 int num_cores = NumberOfProcessors() / 2; in GetThreadCount()
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_winuwp.cpp27 int NumberOfProcessors() in NumberOfProcessors() function
/third_party/node/deps/v8/src/base/
Dsys-info.h19 static int NumberOfProcessors();
Dsys-info.cc39 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in v8::base::SysInfo
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest.cpp256 TEST(TestUtils, NumberOfProcessors) in TEST() argument
258 int numProcs = angle::NumberOfProcessors(); in TEST()
Dtest_utils.h126 int NumberOfProcessors();
/third_party/skia/third_party/externals/angle2/util/windows/win32/
Dtest_utils_win32.cpp165 int NumberOfProcessors() in NumberOfProcessors() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h166 uint8_t NumberOfProcessors; member
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.cc39 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in GetActualThreadPoolSize()
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp439 int NumberOfProcessors() in NumberOfProcessors() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp324 IO.mapOptional("Number of Processors", Info.NumberOfProcessors, 0); in streamMapping()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h975 UCHAR NumberOfProcessors; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp1039 mMaxProcesses(std::min(NumberOfProcessors(), kDefaultMaxProcesses)), in TestSuite()