Lines Matching defs:osID
5831 int osID =
5833 KMP_CPU_SET(osID, mask);
5836 int osID;
5837 osID = __kmp_topology->at(coreID * __kmp_nth_per_core + i).os_id;
5838 KMP_CPU_SET(osID, mask);
5865 int osID = __kmp_topology->at(tid).os_id;
5866 KMP_CPU_SET(osID, mask);
5871 int osID = __kmp_topology->at(i).os_id;
5874 KMP_CPU_SET(osID, mask);
5893 int osID = procarr[i * nth_per_core + j];
5894 if (osID != -1) {
5895 KMP_CPU_SET(osID, mask);
5897 // osID for this core
5991 int osID = procarr[i];
5992 KMP_CPU_SET(osID, mask);
5996 int osID = procarr[coreID * nth_per_core + ii];
5997 if (osID != -1) {
5998 KMP_CPU_SET(osID, mask);