Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dz_Windows_NT_util.cpp123 NtQuerySystemInformation_t NtQuerySystemInformation = NULL; variable
739 NtQuerySystemInformation = (NtQuerySystemInformation_t)GetProcAddress( in __kmp_runtime_initialize()
742 KMP_DEBUG_ASSERT(NtQuerySystemInformation != NULL); in __kmp_runtime_initialize()
870 NtQuerySystemInformation = NULL; in __kmp_runtime_destroy()
1541 if (NtQuerySystemInformation == NULL) { in __kmp_get_load_balance()
1563 status = NtQuerySystemInformation(SystemProcessInformation, buffer, in __kmp_get_load_balance()