HomeSort by relevance Sort by last modified time
    Searched refs:NtQuerySystemInformation (Results 1 - 2 of 2) sorted by null

  /external/netperf/
netcpu_ntperf.c 77 NT_QUERY_SYSTEM_INFORMATION NtQuerySystemInformation = NULL;
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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 956 NTSTATUS NTAPI NtQuerySystemInformation(SYSTEM_INFORMATION_CLASS SystemInformationClass,PVOID SystemInformation,ULONG SystemInformationLength,PULONG ReturnLength);
    [all...]

Completed in 158 milliseconds