Lines Matching defs:osID
5497 int osID =
5499 KMP_CPU_SET(osID, mask);
5502 int osID;
5503 osID = __kmp_topology->at(coreID * __kmp_nth_per_core + i).os_id;
5504 KMP_CPU_SET(osID, mask);
5531 int osID = __kmp_topology->at(tid).os_id;
5532 KMP_CPU_SET(osID, mask);
5537 int osID = __kmp_topology->at(i).os_id;
5540 KMP_CPU_SET(osID, mask);
5559 int osID = procarr[i * nth_per_core + j];
5560 if (osID != -1) {
5561 KMP_CPU_SET(osID, mask);
5563 // osID for this core
5657 int osID = procarr[i];
5658 KMP_CPU_SET(osID, mask);
5662 int osID = procarr[coreID * nth_per_core + ii];
5663 if (osID != -1) {
5664 KMP_CPU_SET(osID, mask);