GetCurrentProcess  538 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_set_proc_cpubind(topology, GetCurrentProcess(), hwloc_set, flags);
GetCurrentProcess  570 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_set_proc_membind(topology, GetCurrentProcess(), nodeset, policy, flags);
GetCurrentProcess  624 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_get_proc_cpubind(topology, GetCurrentProcess(), hwloc_cpuset, flags);
GetCurrentProcess  630 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_get_proc_membind(topology, GetCurrentProcess(), nodeset, policy, flags);
GetCurrentProcess  672 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return VirtualAllocExNumaProc(GetCurrentProcess(), NULL, len, MEM_COMMIT|MEM_RESERVE, PAGE_EXECUTE_READWRITE, node);
GetCurrentProcess  679 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   if (!VirtualFreeExProc(GetCurrentProcess(), addr, 0, MEM_RELEASE))
GetCurrentProcess  714 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   if (!QueryWorkingSetExProc(GetCurrentProcess(), pv, nb * sizeof(*pv))) {