bg_set            151 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   cpu_set_t bg_set;
bg_set            158 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   err = pthread_getaffinity_np(thread, sizeof(bg_set), &bg_set);
bg_set            164 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c     if (CPU_ISSET(pu, &bg_set)) {
bg_set            187 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   cpu_set_t bg_set;
bg_set            204 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   CPU_ZERO(&bg_set);
bg_set            205 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   CPU_SET(pu, &bg_set);
bg_set            206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   err = pthread_setaffinity_np(thread, sizeof(bg_set), &bg_set);