Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp125 typedef NTSTATUS(NTAPI *NtQuerySystemInformation_t)(SYSTEM_INFORMATION_CLASS, typedef
127 NtQuerySystemInformation_t NtQuerySystemInformation = NULL;
745 NtQuerySystemInformation = (NtQuerySystemInformation_t)GetProcAddress( in __kmp_runtime_initialize()