Lines Matching defs:place
42 // Helper class to see if place lists further restrict the fullMask
219 // If the hardware id is unknown for this level, then place hardware thread
3276 // ProcCpuInfo object, where we will place the data. Adding an extra element
4256 place_list := place
4257 place_list := place , place_list
4258 place := num
4259 place := place : num
4260 place := place : num : signed
4261 place := { subplacelist }
4262 place := ! place // (lowest priority)
4442 // place to form the current place
4443 // previousMask contains the previous place
4520 // Add the current place, then build the next place (tempMask) from that
4691 // Assign the topology information to each place in the place list
5017 // If KMP_AFFINITY=none, then only create the single "none" place
5328 int *place, kmp_affin_mask_t **mask) {
5338 *place = (mask_idx + affinity->offset) % affinity->num_masks;
5339 *mask = KMP_CPU_INDEX(affinity->masks, *place);
5415 // set all threads' place-partition-var to the entire place list
5419 // Copy topology information associated with the place
5429 KA_TRACE(100, ("__kmp_affinity_set_init_mask: setting T#%d to place %d\n",
5484 KA_TRACE(100, ("__kmp_affinity_bind_place: binding T#%d to place %d (current "
5485 "place = %d)\n",
5488 // Check that the new place is within this thread's partition.