hwloc_set          56 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_sth_cpubind(hwloc_topology_t topology, rstype_t what, rsid_t who, pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set          69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   if (hwloc_bitmap_isequal(hwloc_set, hwloc_topology_get_complete_cpuset(topology))) {
hwloc_set          76 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_foreach_begin(cpu, hwloc_set)
hwloc_set          95 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_sth_rset_cpubind(hwloc_topology_t topology, rstype_t what, rsid_t who, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused, int *boundp)
hwloc_set         107 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_zero(hwloc_set);
hwloc_set         111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set         114 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_and(hwloc_set, hwloc_set, hwloc_topology_get_complete_cpuset(topology));
hwloc_set         124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_pid_getthrds_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, pid_t pid, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         144 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       hwloc_bitmap_set(hwloc_set, thread_info.ti_cpuid);
hwloc_set         146 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       hwloc_bitmap_fill(hwloc_set);
hwloc_set         154 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_tid_getthrds_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, tid_t tid, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         176 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	hwloc_bitmap_set(hwloc_set, thread_info.ti_cpuid);
hwloc_set         178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c 	hwloc_bitmap_fill(hwloc_set);
hwloc_set         188 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thisproc_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         192 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_cpubind(topology, R_PROCESS, who, who.at_pid, hwloc_set, flags);
hwloc_set         196 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thisproc_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         201 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   ret = hwloc_aix_get_sth_rset_cpubind(topology, R_PROCESS, who, hwloc_set, flags, &bound);
hwloc_set         203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     hwloc_bitmap_zero(hwloc_set);
hwloc_set         204 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     ret = hwloc_aix_get_pid_getthrds_cpubind(topology, who.at_pid, hwloc_set, flags);
hwloc_set         211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         215 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_cpubind(topology, R_THREAD, who, getpid(), hwloc_set, flags);
hwloc_set         219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thisthread_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   ret = hwloc_aix_get_sth_rset_cpubind(topology, R_THREAD, who, hwloc_set, flags, &bound);
hwloc_set         226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     hwloc_bitmap_zero(hwloc_set);
hwloc_set         227 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     ret = hwloc_aix_get_tid_getthrds_cpubind(topology, who.at_tid, hwloc_set, flags);
hwloc_set         234 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_cpubind(topology, R_PROCESS, who, pid, hwloc_set, flags);
hwloc_set         242 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         247 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   ret = hwloc_aix_get_sth_rset_cpubind(topology, R_PROCESS, who, hwloc_set, flags, &bound);
hwloc_set         249 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     hwloc_bitmap_zero(hwloc_set);
hwloc_set         250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     ret = hwloc_aix_get_pid_getthrds_cpubind(topology, who.at_pid, hwloc_set, flags);
hwloc_set         258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t pthread, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         267 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     return hwloc_aix_set_sth_cpubind(topology, R_THREAD, who, getpid(), hwloc_set, flags);
hwloc_set         272 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t pthread, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         282 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     ret = hwloc_aix_get_sth_rset_cpubind(topology, R_THREAD, who, hwloc_set, flags, &bound);
hwloc_set         284 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       hwloc_bitmap_zero(hwloc_set);
hwloc_set         285 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       ret = hwloc_aix_get_tid_getthrds_cpubind(topology, who.at_tid, hwloc_set, flags);
hwloc_set         294 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thisthread_last_cpu_location(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         307 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_only(hwloc_set, cpu);
hwloc_set         407 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_t hwloc_set;
hwloc_set         420 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_set = hwloc_bitmap_alloc();
hwloc_set         425 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c       hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set         426 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_and(hwloc_set, hwloc_set, hwloc_topology_get_complete_cpuset(topology));
hwloc_set         431 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     if (hwloc_bitmap_isincluded(obj->cpuset, hwloc_set))
hwloc_set         435 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   hwloc_bitmap_free(hwloc_set);
hwloc_set         446 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thisproc_membind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, hwloc_membind_policy_t policy, int flags)
hwloc_set         450 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_membind(topology, R_PROCESS, who, who.at_pid, hwloc_set, policy, flags);
hwloc_set         454 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thisproc_membind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, hwloc_membind_policy_t *policy, int flags)
hwloc_set         458 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_get_sth_membind(topology, R_PROCESS, who, hwloc_set, policy, flags);
hwloc_set         463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thisthread_membind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, hwloc_membind_policy_t policy, int flags)
hwloc_set         467 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_membind(topology, R_THREAD, who, getpid(), hwloc_set, policy, flags);
hwloc_set         471 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thisthread_membind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, hwloc_membind_policy_t *policy, int flags)
hwloc_set         475 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_get_sth_membind(topology, R_THREAD, who, hwloc_set, policy, flags);
hwloc_set         480 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_bitmap_t hwloc_set, hwloc_membind_policy_t policy, int flags)
hwloc_set         484 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_set_sth_membind(topology, R_PROCESS, who, pid, hwloc_set, policy, flags);
hwloc_set         488 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_proc_membind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_bitmap_t hwloc_set, hwloc_membind_policy_t *policy, int flags)
hwloc_set         492 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c   return hwloc_aix_get_sth_membind(topology, R_PROCESS, who, hwloc_set, policy, flags);
hwloc_set         498 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_set_thread_membind(hwloc_topology_t topology, hwloc_thread_t pthread, hwloc_const_bitmap_t hwloc_set, hwloc_membind_policy_t policy, int flags)
hwloc_set         507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     return hwloc_aix_set_sth_membind(topology, R_THREAD, who, getpid(), hwloc_set, policy, flags);
hwloc_set         512 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c hwloc_aix_get_thread_membind(hwloc_topology_t topology, hwloc_thread_t pthread, hwloc_bitmap_t hwloc_set, hwloc_membind_policy_t *policy, int flags)
hwloc_set         521 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c     return hwloc_aix_get_sth_membind(topology, R_THREAD, who, hwloc_set, policy, flags);
hwloc_set         148 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_get_thread_cpubind(hwloc_topology_t topology, pthread_t thread, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         166 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c       hwloc_bitmap_only(hwloc_set, pu);
hwloc_set         173 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_get_thisthread_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         179 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   hwloc_bitmap_only(hwloc_set, Kernel_ProcessorID());
hwloc_set         184 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_set_thread_cpubind(hwloc_topology_t topology, pthread_t thread, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   if (hwloc_bitmap_weight(hwloc_set) != 1) {
hwloc_set         203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   pu = hwloc_bitmap_first(hwloc_set);
hwloc_set         215 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         217 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   return hwloc_bgq_set_thread_cpubind(topology, pthread_self(), hwloc_set, flags);
hwloc_set          37 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_find_ldom(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set)
hwloc_set          45 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   obj = hwloc_get_first_largest_obj_inside_cpuset(topology, hwloc_set);
hwloc_set          46 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   if (!hwloc_bitmap_isequal(obj->cpuset, hwloc_set))
hwloc_set          63 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_find_spu(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_const_bitmap_t hwloc_set)
hwloc_set          67 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   cpu = hwloc_bitmap_first(hwloc_set);
hwloc_set          68 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   if (cpu != -1 && hwloc_bitmap_weight(hwloc_set) == 1)
hwloc_set          75 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_set_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set          84 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   if (hwloc_bitmap_isequal(hwloc_set, hwloc_topology_get_complete_cpuset(topology)))
hwloc_set          87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   ldom = hwloc_hpux_find_ldom(topology, hwloc_set);
hwloc_set          91 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   cpu = hwloc_hpux_find_spu(topology, hwloc_set);
hwloc_set         100 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_set_thisproc_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         102 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   return hwloc_hpux_set_proc_cpubind(topology, MPC_SELFPID, hwloc_set, flags);
hwloc_set         107 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_set_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t pthread, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   if (hwloc_bitmap_isequal(hwloc_set, hwloc_topology_get_complete_cpuset(topology)))
hwloc_set         119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   ldom = hwloc_hpux_find_ldom(topology, hwloc_set);
hwloc_set         123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   cpu = hwloc_hpux_find_spu(topology, hwloc_set);
hwloc_set         132 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_hpux_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         134 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   return hwloc_hpux_set_thread_cpubind(topology, PTHREAD_SELFTID_NP, hwloc_set, flags);
hwloc_set         790 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_tid_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, pid_t tid __hwloc_attribute_unused, hwloc_const_bitmap_t hwloc_set __hwloc_attribute_unused)
hwloc_set         801 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   last = hwloc_bitmap_last(hwloc_set);
hwloc_set         811 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_bitmap_foreach_begin(cpu, hwloc_set)
hwloc_set         824 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_bitmap_foreach_begin(cpu, hwloc_set)
hwloc_set         834 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long mask = hwloc_bitmap_to_ulong(hwloc_set);
hwloc_set         904 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_tid_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, pid_t tid __hwloc_attribute_unused, hwloc_bitmap_t hwloc_set __hwloc_attribute_unused)
hwloc_set         934 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_bitmap_zero(hwloc_set);
hwloc_set         937 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set         952 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_bitmap_zero(hwloc_set);
hwloc_set         955 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set         967 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   hwloc_bitmap_from_ulong(hwloc_set, mask);
hwloc_set        1111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_pid_cpubind(hwloc_topology_t topology, pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1115 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 				      (void*) hwloc_set);
hwloc_set        1158 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_pid_cpubind(hwloc_topology_t topology, pid_t pid, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set        1164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   data.cpuset = hwloc_set;
hwloc_set        1175 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_proc_cpubind(hwloc_topology_t topology, pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set        1180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_set_tid_cpubind(topology, pid, hwloc_set);
hwloc_set        1182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_set_pid_cpubind(topology, pid, hwloc_set, flags);
hwloc_set        1186 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_proc_cpubind(hwloc_topology_t topology, pid_t pid, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set        1191 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_get_tid_cpubind(topology, pid, hwloc_set);
hwloc_set        1193 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_get_pid_cpubind(topology, pid, hwloc_set, flags);
hwloc_set        1197 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_thisproc_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set        1199 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_set_pid_cpubind(topology, topology->pid, hwloc_set, flags);
hwloc_set        1203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_thisproc_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set        1205 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_get_pid_cpubind(topology, topology->pid, hwloc_set, flags);
hwloc_set        1209 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1215 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_set_tid_cpubind(topology, 0, hwloc_set);
hwloc_set        1219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_thisthread_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_get_tid_cpubind(topology, 0, hwloc_set);
hwloc_set        1233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_set_thread_cpubind(hwloc_topology_t topology, pthread_t tid, hwloc_const_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_set_tid_cpubind(topology, 0, hwloc_set);
hwloc_set        1264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      last = hwloc_bitmap_last(hwloc_set);
hwloc_set        1274 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      hwloc_bitmap_foreach_begin(cpu, hwloc_set)
hwloc_set        1290 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      hwloc_bitmap_foreach_begin(cpu, hwloc_set)
hwloc_set        1304 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       unsigned long mask = hwloc_bitmap_to_ulong(hwloc_set);
hwloc_set        1327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_thread_cpubind(hwloc_topology_t topology, pthread_t tid, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_get_tid_cpubind(topology, 0, hwloc_set);
hwloc_set        1371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      hwloc_bitmap_zero(hwloc_set);
hwloc_set        1374 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	 hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set        1395 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      hwloc_bitmap_zero(hwloc_set);
hwloc_set        1398 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	 hwloc_bitmap_set(hwloc_set, cpu);
hwloc_set        1416 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c      hwloc_bitmap_from_ulong(hwloc_set, mask);
hwloc_set        1519 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_pid_last_cpu_location(hwloc_topology_t topology, pid_t pid, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1525 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   data.cpuset = hwloc_set;
hwloc_set        1535 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_proc_last_cpu_location(hwloc_topology_t topology, pid_t pid, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set        1540 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_get_tid_last_cpu_location(topology, pid, hwloc_set);
hwloc_set        1542 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     return hwloc_linux_get_pid_last_cpu_location(topology, pid, hwloc_set, flags);
hwloc_set        1546 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_thisproc_last_cpu_location(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set        1548 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_get_pid_last_cpu_location(topology, topology->pid, hwloc_set, flags);
hwloc_set        1552 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_linux_get_thisthread_last_cpu_location(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1563 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_bitmap_only(hwloc_set, pu);
hwloc_set        1569 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return hwloc_linux_get_tid_last_cpu_location(topology, 0, hwloc_set);
hwloc_set          36 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_set_sth_cpubind(hwloc_topology_t topology, idtype_t idtype, id_t id, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set          42 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   if (hwloc_bitmap_isequal(hwloc_set, hwloc_topology_get_complete_cpuset(topology))) {
hwloc_set          65 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c       if (hwloc_bitmap_isincluded(obj->cpuset, hwloc_set))
hwloc_set          69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     ok = hwloc_bitmap_isequal(target, hwloc_set);
hwloc_set          78 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c         if (hwloc_bitmap_isincluded(obj->cpuset, hwloc_set)) {
hwloc_set          93 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   if (hwloc_bitmap_weight(hwloc_set) != 1) {
hwloc_set          98 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   target_cpu = hwloc_bitmap_first(hwloc_set);
hwloc_set         108 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_set_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_set_sth_cpubind(topology, P_PID, pid, hwloc_set, flags);
hwloc_set         114 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_set_thisproc_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_set_sth_cpubind(topology, P_PID, P_MYID, hwloc_set, flags);
hwloc_set         120 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_set_sth_cpubind(topology, P_LWPID, P_MYID, hwloc_set, flags);
hwloc_set         127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_get_sth_cpubind(hwloc_topology_t topology, idtype_t idtype, id_t id, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set         135 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     hwloc_bitmap_only(hwloc_set, binding);
hwloc_set         140 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   hwloc_bitmap_zero(hwloc_set);
hwloc_set         147 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c       hwloc_bitmap_or(hwloc_set, hwloc_set, obj->cpuset);
hwloc_set         150 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   if (hwloc_bitmap_iszero(hwloc_set))
hwloc_set         151 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     hwloc_bitmap_copy(hwloc_set, hwloc_topology_get_complete_cpuset(topology));
hwloc_set         157 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_get_proc_cpubind(hwloc_topology_t topology, hwloc_pid_t pid, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         159 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_get_sth_cpubind(topology, P_PID, pid, hwloc_set, flags);
hwloc_set         163 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_get_thisproc_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_get_sth_cpubind(topology, P_PID, P_MYID, hwloc_set, flags);
hwloc_set         169 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_get_thisthread_cpubind(hwloc_topology_t topology, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         171 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   return hwloc_solaris_get_sth_cpubind(topology, P_LWPID, P_MYID, hwloc_set, flags);
hwloc_set        1005 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_solaris_get_thisthread_last_cpu_location(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
hwloc_set        1008 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   hwloc_bitmap_only(hwloc_set, pu);
hwloc_set         397 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_set_thread_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_thread_t thread, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         407 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   if (hwloc_bitmap_to_single_ULONG_PTR(hwloc_set, &group, &mask) < 0) {
hwloc_set         432 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_set_thisthread_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         434 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_set_thread_cpubind(topology, GetCurrentThread(), hwloc_set, flags);
hwloc_set         507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_set_proc_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_pid_t proc, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         529 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   mask = hwloc_bitmap_to_ULONG_PTR(hwloc_set);
hwloc_set         536 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_set_thisproc_cpubind(hwloc_topology_t topology, hwloc_const_bitmap_t hwloc_set, int flags)
hwloc_set         538 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   return hwloc_win_set_proc_cpubind(topology, GetCurrentProcess(), hwloc_set, flags);
hwloc_set         579 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_get_proc_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_pid_t proc, hwloc_bitmap_t hwloc_set, int flags)
hwloc_set         602 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   hwloc_bitmap_from_ULONG_PTR(hwloc_set, proc_mask);