Home
last modified time | relevance | path

Searched refs:SystemInfo (Results 1 – 3 of 3) sorted by relevance

/external/netperf/
Dnetcpu_ntperf.c166 SYSTEM_INFO SystemInfo; in InitPerfCntrs() local
168 GetSystemInfo(&SystemInfo); in InitPerfCntrs()
227 SYSTEM_INFO SystemInfo; in RestartPerfCntrs() local
229 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() local
310 GetSystemInfo(&SystemInfo); in ReportPerfCntrs()
354 if ((int)SystemInfo.dwNumberOfProcessors > 1) in ReportPerfCntrs()
356 for (i=0; i < (int)SystemInfo.dwNumberOfProcessors; i++) in ReportPerfCntrs()
[all …]
Dnetlib.c295 SYSTEM_INFO SystemInfo; in netlib_get_page_size() local
297 GetSystemInfo(&SystemInfo); in netlib_get_page_size()
299 return SystemInfo.dwPageSize; in netlib_get_page_size()
676 SYSTEM_INFO SystemInfo; in get_num_cpus() local
677 GetSystemInfo(&SystemInfo); in get_num_cpus()
679 temp_cpus = SystemInfo.dwNumberOfProcessors; in get_num_cpus()
2895 SYSTEM_INFO SystemInfo; in get_id() local
2896 GetSystemInfo( &SystemInfo ) ; in get_id()
2913 SystemInfo.dwProcessorType in get_id()
/external/webkit/WebCore/
DChangeLog-2009-06-1623357 * WebCore.vcproj/WebCore.vcproj: Added SystemInfo.{cpp,h}, and let VS
23361 * platform/win/SystemInfo.cpp: Added.
23363 * platform/win/SystemInfo.h: Added.