get_thisproc_cpubind   99 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_cpubind)
get_thisproc_cpubind  100 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       return topology->binding_hooks.get_thisproc_cpubind(topology, set, flags);
get_thisproc_cpubind  105 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     if (topology->binding_hooks.get_thisproc_cpubind) {
get_thisproc_cpubind  106 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int err = topology->binding_hooks.get_thisproc_cpubind(topology, set, flags);
get_thisproc_cpubind  812 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c   hooks->get_thisproc_cpubind = dontget_thisproc_cpubind;
get_thisproc_cpubind  899 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c     DO(cpu,get_thisproc_cpubind);
get_thisproc_cpubind  829 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hooks->get_thisproc_cpubind = hwloc_aix_get_thisproc_cpubind;
get_thisproc_cpubind  212 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c   hooks->get_thisproc_cpubind = hwloc_freebsd_get_thisproc_cpubind;
get_thisproc_cpubind 2040 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hooks->get_thisproc_cpubind = hwloc_linux_get_thisproc_cpubind;
get_thisproc_cpubind  180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-netbsd.c   hooks->get_thisproc_cpubind = hwloc_netbsd_get_thisproc_cpubind;
get_thisproc_cpubind 1022 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   hooks->get_thisproc_cpubind = hwloc_solaris_get_thisproc_cpubind;
get_thisproc_cpubind 1100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     hooks->get_thisproc_cpubind = hwloc_win_get_thisproc_cpubind;
get_thisproc_cpubind 1184 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     } else if (hooks.get_thisproc_cpubind && hooks.set_thisproc_cpubind) {
get_thisproc_cpubind 1189 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       get_cpubind = hooks.get_thisproc_cpubind;
get_thisproc_cpubind 1907 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   unsigned char get_thisproc_cpubind;
get_thisproc_cpubind   90 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h     int (*get_thisproc_cpubind)(hwloc_topology_t topology, hwloc_cpuset_t set, int flags);