threadwithcoreid 3436 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   int threadwithcoreid = data->is_amd_with_CU ? -1 : 0; /* -1 means we don't know yet if threads have their own coreids within thread_siblings */
threadwithcoreid 3575 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	if (hwloc_bitmap_weight(coreset) > 1 && threadwithcoreid == -1) {
threadwithcoreid 3592 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  threadwithcoreid = (siblingcoreid != mycoreid);
threadwithcoreid 3594 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	if (hwloc_bitmap_first(coreset) == i || threadwithcoreid) {
threadwithcoreid 3606 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  if (threadwithcoreid)