Lines Matching defs:threadId
2136 unsigned threadId; // ""
2151 if (aa->threadId < bb->threadId)
2153 if (aa->threadId > bb->threadId)
2389 // Infer the pkgId / coreId / threadId using only the info obtained locally.
2408 threadInfo[nApics].threadId = threadInfo[nApics].apicId & maskT;
2421 // The table is now sorted by pkgId / coreId / threadId, but we really don't
2424 // [0 .. coresPerPkg-1] and threadId's are usually assigned
2444 unsigned lastThreadId = threadInfo[0].threadId;
2462 lastThreadId = threadInfo[i].threadId;
2478 lastThreadId = threadInfo[i].threadId;
2479 } else if (threadInfo[i].threadId != lastThreadId) {
2481 lastThreadId = threadInfo[i].threadId;
2541 hw_thread.ids[idx++] = threadInfo[i].threadId;
3654 // The table is now sorted by pkgId / coreId / threadId, but we really don't
3657 // [0 .. coresPerPkg-1] and threadId's are usually assigned