Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp128 NtQuerySystemInformation_t NtQuerySystemInformation = NULL; variable
780 NtQuerySystemInformation = (NtQuerySystemInformation_t)GetProcAddress( in __kmp_runtime_initialize()
783 KMP_DEBUG_ASSERT(NtQuerySystemInformation != NULL); in __kmp_runtime_initialize()
912 NtQuerySystemInformation = NULL; in __kmp_runtime_destroy()
1580 if (NtQuerySystemInformation == NULL) { in __kmp_get_load_balance()
1602 status = NtQuerySystemInformation(SystemProcessInformation, buffer, in __kmp_get_load_balance()