Searched refs:ntdll (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp125 HMODULE ntdll = NULL; variable
704 // Load ntdll.dll.
705 /* Simple GetModuleHandle( "ntdll.dl" ) is not suitable due to security issue
721 __kmp_str_buf_print(&path, "\\%s", "ntdll.dll");
723 // Now load ntdll using full path.
724 ntdll = GetModuleHandle(path.str);
727 KMP_DEBUG_ASSERT(ntdll != NULL);
728 if (ntdll != NULL) {
730 ntdll, "NtQuerySystemInformation");
739 // discarding "\\ntdll
[all...]

Completed in 157 milliseconds