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

/external/netperf/
H A Dnetcpu_ntperf.c77 NT_QUERY_SYSTEM_INFORMATION NtQuerySystemInformation = NULL; variable
91 /* The NT performance data is accessed through the NtQuerySystemInformation
116 if (NtQuerySystemInformation == NULL) {
155 A direct call to NtQuerySystemInformation (an undocumented NT API)
185 NtQuerySystemInformation =
187 "NtQuerySystemInformation" );
189 if ( !(NtQuerySystemInformation) )
239 if ( (status = NtQuerySystemInformation( SystemProcessorPerformanceInformation,
455 NtQuerySystemInformation = NULL;

Completed in 10 milliseconds