Searched refs:SystemInfo (Results 1 – 3 of 3) sorted by relevance
166 SYSTEM_INFO SystemInfo; in InitPerfCntrs() local168 GetSystemInfo(&SystemInfo); in InitPerfCntrs()227 SYSTEM_INFO SystemInfo; in RestartPerfCntrs() local229 GetSystemInfo(&SystemInfo); in RestartPerfCntrs()259 if (returnNumCPUs != (int)SystemInfo.dwNumberOfProcessors) in RestartPerfCntrs()263 (int)SystemInfo.dwNumberOfProcessors, returnNumCPUs); in RestartPerfCntrs()308 SYSTEM_INFO SystemInfo; in ReportPerfCntrs() local310 GetSystemInfo(&SystemInfo); in ReportPerfCntrs()354 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()356 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()[all …]
295 SYSTEM_INFO SystemInfo; in netlib_get_page_size() local297 GetSystemInfo(&SystemInfo); in netlib_get_page_size()299 return SystemInfo.dwPageSize; in netlib_get_page_size()676 SYSTEM_INFO SystemInfo; in get_num_cpus() local677 GetSystemInfo(&SystemInfo); in get_num_cpus()679 temp_cpus = SystemInfo.dwNumberOfProcessors; in get_num_cpus()2895 SYSTEM_INFO SystemInfo; in get_id() local2896 GetSystemInfo( &SystemInfo ) ; in get_id()2913 SystemInfo.dwProcessorType in get_id()
23357 * WebCore.vcproj/WebCore.vcproj: Added SystemInfo.{cpp,h}, and let VS23361 * platform/win/SystemInfo.cpp: Added.23363 * platform/win/SystemInfo.h: Added.