Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_winuwp.cpp27 int NumberOfProcessors() in NumberOfProcessors() function
/third_party/gn/src/util/
H A Dsys_info.h12 int NumberOfProcessors();
H A Dworker_pool.cc40 int num_cores = NumberOfProcessors() / 2; in GetThreadCount()
H A Dsys_info.cc99 int NumberOfProcessors() { in NumberOfProcessors() function
108 // returned value of NumberOfProcessors(). On some platforms, the kernel may in NumberOfProcessors()
/third_party/node/deps/v8/src/base/
H A Dsys-info.h19 static int NumberOfProcessors();
H A Dsys-info.cc39 int SysInfo::NumberOfProcessors() { in NumberOfProcessors() function in v8::base::SysInfo
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils_unittest.cpp255 // Verify that NumberOfProcessors returns something reasonable.
256 TEST(TestUtils, NumberOfProcessors) in TEST()
258 int numProcs = angle::NumberOfProcessors(); in TEST()
H A Dtest_utils.h126 int NumberOfProcessors();
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A 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/
H A DMinidump.h166 uint8_t NumberOfProcessors; member
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.cc39 thread_pool_size = base::SysInfo::NumberOfProcessors() - 1; in GetActualThreadPoolSize()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp439 int NumberOfProcessors() in NumberOfProcessors() function
445 // returned value of NumberOfProcessors(). On some platforms, the kernel may in NumberOfProcessors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp324 IO.mapOptional("Number of Processors", Info.NumberOfProcessors, 0); in streamMapping()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h975 UCHAR NumberOfProcessors; member
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1039 mMaxProcesses(std::min(NumberOfProcessors(), kDefaultMaxProcesses)), in TestSuite()

Completed in 14 milliseconds