Home
last modified time | relevance | path

Searched refs:dwNumberOfProcessors (Results 1 – 24 of 24) sorted by relevance

/third_party/grpc/src/core/lib/gpr/
Dcpu_windows.cc28 return si.dwNumberOfProcessors; in gpr_cpu_num_cores()
/third_party/boost/libs/winapi/test/run/
Dsystem_abi.cpp21 …ationAddress)(lpMaximumApplicationAddress)(dwActiveProcessorMask)(dwNumberOfProcessors)(dwProcesso… in main()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c70 assert(sysInfo.dwNumberOfProcessors >= 1); in get_cpu_stats()
71 if (cpu_index != ALL_CPUS && cpu_index >= sysInfo.dwNumberOfProcessors) { in get_cpu_stats()
90 *total_time *= sysInfo.dwNumberOfProcessors; in get_cpu_stats()
/third_party/boost/boost/winapi/
Dsystem.hpp53 DWORD_ dwNumberOfProcessors; member
/third_party/boost/boost/asio/detail/
Dwince_thread.hpp75 return system_info.dwNumberOfProcessors; in hardware_concurrency()
Dwinapp_thread.hpp75 return system_info.dwNumberOfProcessors; in hardware_concurrency()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinapp_thread.hpp75 return system_info.dwNumberOfProcessors; in hardware_concurrency()
Dwince_thread.hpp75 return system_info.dwNumberOfProcessors; in hardware_concurrency()
/third_party/skia/src/core/
DSkExecutor.cpp21 return (int)sysinfo.dwNumberOfProcessors; in num_cores()
/third_party/flutter/skia/src/core/
DSkExecutor.cpp22 return (int)sysinfo.dwNumberOfProcessors; in num_cores()
/third_party/boost/boost/asio/detail/impl/
Dwin_thread.ipp63 return system_info.dwNumberOfProcessors;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_thread.ipp63 return system_info.dwNumberOfProcessors;
/third_party/glib/glib/
Dgthread.c1076 count = (int) sysinfo.dwNumberOfProcessors; in g_get_num_processors()
/third_party/iowow/src/platform/win32/
Dwin32.c80 return sysinfo.dwNumberOfProcessors; in iwp_num_cpu_cores()
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp220 pInfo->ProcessorCount = si.dwNumberOfProcessors; in WelsQueryLogicalProcessInfo()
/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp235 return static_cast<unsigned>(sysinfo.dwNumberOfProcessors); in get_num_cores()
/third_party/ffmpeg/libavutil/
Dcpu.c312 nb_cpus = sysinfo.dwNumberOfProcessors; in av_cpu_count()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encoptions.cc297 num_cpus = si.dwNumberOfProcessors; in GstMpeg2EncOptions()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc381 return sysinfo.dwNumberOfProcessors; // number of logical in GetNumCPUs()
/third_party/mesa3d/src/util/
Du_cpu_detect.c598 available_cpus = MAX2(1, system_info.dwNumberOfProcessors); in util_cpu_detect_once()
/third_party/flutter/skia/third_party/externals/sdl/src/cpuinfo/
DSDL_cpuinfo.c441 SDL_CPUCount = info.dwNumberOfProcessors; in SDL_GetCPUCount()
/third_party/libuv/src/win/
Dutil.c548 rc = info.dwNumberOfProcessors; in uv_available_parallelism()
574 cpu_count = system_info.dwNumberOfProcessors; in uv_cpu_info()
/third_party/benchmark/src/
Dsysinfo.cc469 return sysinfo.dwNumberOfProcessors; // number of logical in GetNumCPUs()
/third_party/boost/libs/thread/src/win32/
Dthread.cpp508 return info.dwNumberOfProcessors; in hardware_concurrency()