GetProcAddress   3660 opal/mca/event/libevent2022/libevent/evdns.c 	if (!(fn = (GetNetworkParams_fn_t) GetProcAddress(handle, "GetNetworkParams"))) {
GetProcAddress    113 opal/mca/event/libevent2022/libevent/evthread_win32.c 	name##_fn = GetProcAddress(lib, #name)
GetProcAddress    238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETACTIVEPROCESSORGROUPCOUNT) GetProcAddress(kernel32, "GetActiveProcessorGroupCount");
GetProcAddress    240 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETACTIVEPROCESSORCOUNT) GetProcAddress(kernel32, "GetActiveProcessorCount");
GetProcAddress    242 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETLOGICALPROCESSORINFORMATION) GetProcAddress(kernel32, "GetLogicalProcessorInformation");
GetProcAddress    244 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETCURRENTPROCESSORNUMBER) GetProcAddress(kernel32, "GetCurrentProcessorNumber");
GetProcAddress    246 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETCURRENTPROCESSORNUMBEREX) GetProcAddress(kernel32, "GetCurrentProcessorNumberEx");
GetProcAddress    248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_SETTHREADGROUPAFFINITY) GetProcAddress(kernel32, "SetThreadGroupAffinity");
GetProcAddress    250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETTHREADGROUPAFFINITY) GetProcAddress(kernel32, "GetThreadGroupAffinity");
GetProcAddress    252 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETNUMAAVAILABLEMEMORYNODE) GetProcAddress(kernel32, "GetNumaAvailableMemoryNode");
GetProcAddress    254 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETNUMAAVAILABLEMEMORYNODEEX) GetProcAddress(kernel32, "GetNumaAvailableMemoryNodeEx");
GetProcAddress    256 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_GETLOGICALPROCESSORINFORMATIONEX)GetProcAddress(kernel32, "GetLogicalProcessorInformationEx");
GetProcAddress    258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_QUERYWORKINGSETEX) GetProcAddress(kernel32, "K32QueryWorkingSetEx");
GetProcAddress    260 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_VIRTUALALLOCEXNUMA) GetProcAddress(kernel32, "VirtualAllocExNuma");
GetProcAddress    262 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c 	(PFN_VIRTUALFREEEX) GetProcAddress(kernel32, "VirtualFreeEx");
GetProcAddress    271 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c         QueryWorkingSetExProc = (PFN_QUERYWORKINGSETEX) GetProcAddress(psapi, "QueryWorkingSetEx");