kernel32          233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     HMODULE kernel32;
kernel32          235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     kernel32 = LoadLibrary("kernel32.dll");
kernel32          236 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     if (kernel32) {
kernel32          238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETACTIVEPROCESSORGROUPCOUNT) GetProcAddress(kernel32, "GetActiveProcessorGroupCount");
kernel32          240 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETACTIVEPROCESSORCOUNT) GetProcAddress(kernel32, "GetActiveProcessorCount");
kernel32          242 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETLOGICALPROCESSORINFORMATION) GetProcAddress(kernel32, "GetLogicalProcessorInformation");
kernel32          244 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETCURRENTPROCESSORNUMBER) GetProcAddress(kernel32, "GetCurrentProcessorNumber");
kernel32          246 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETCURRENTPROCESSORNUMBEREX) GetProcAddress(kernel32, "GetCurrentProcessorNumberEx");
kernel32          248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_SETTHREADGROUPAFFINITY) GetProcAddress(kernel32, "SetThreadGroupAffinity");
kernel32          250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETTHREADGROUPAFFINITY) GetProcAddress(kernel32, "GetThreadGroupAffinity");
kernel32          252 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETNUMAAVAILABLEMEMORYNODE) GetProcAddress(kernel32, "GetNumaAvailableMemoryNode");
kernel32          254 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETNUMAAVAILABLEMEMORYNODEEX) GetProcAddress(kernel32, "GetNumaAvailableMemoryNodeEx");
kernel32          256 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETLOGICALPROCESSORINFORMATIONEX)GetProcAddress(kernel32, "GetLogicalProcessorInformationEx");
kernel32          258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_QUERYWORKINGSETEX) GetProcAddress(kernel32, "K32QueryWorkingSetEx");
kernel32          260 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_VIRTUALALLOCEXNUMA) GetProcAddress(kernel32, "VirtualAllocExNuma");
kernel32          262 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_VIRTUALFREEEX) GetProcAddress(kernel32, "VirtualFreeEx");