Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp127 NtQuerySystemInformation_t NtQuerySystemInformation = NULL; variable
778 NtQuerySystemInformation = (NtQuerySystemInformation_t)GetProcAddress( in __kmp_runtime_initialize()
781 KMP_DEBUG_ASSERT(NtQuerySystemInformation != NULL); in __kmp_runtime_initialize()
910 NtQuerySystemInformation = NULL; in __kmp_runtime_destroy()
1578 if (NtQuerySystemInformation == NULL) { in __kmp_get_load_balance()
1600 status = NtQuerySystemInformation(SystemProcessInformation, buffer, in __kmp_get_load_balance()