Lines Matching defs:threadId
2104 unsigned threadId; // ""
2119 if (aa->threadId < bb->threadId)
2121 if (aa->threadId > bb->threadId)
2331 // Infer the pkgId / coreId / threadId using only the info obtained locally.
2350 threadInfo[nApics].threadId = threadInfo[nApics].apicId & maskT;
2363 // The table is now sorted by pkgId / coreId / threadId, but we really don't
2366 // [0 .. coresPerPkg-1] and threadId's are usually assigned
2386 unsigned lastThreadId = threadInfo[0].threadId;
2404 lastThreadId = threadInfo[i].threadId;
2420 lastThreadId = threadInfo[i].threadId;
2421 } else if (threadInfo[i].threadId != lastThreadId) {
2423 lastThreadId = threadInfo[i].threadId;
2483 hw_thread.ids[idx++] = threadInfo[i].threadId;
3366 // The table is now sorted by pkgId / coreId / threadId, but we really don't
3369 // [0 .. coresPerPkg-1] and threadId's are usually assigned