Searched refs:threadId (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c500 HANDLE threadId; // handle for the subthread local
515 threadId = (HANDLE)_beginthreadex(NULL, 0, main_active,
517 if (threadId == 0)
522 CloseHandle(threadId);
1080 HANDLE threadId; // handle for the subthread local
1183 threadId = (HANDLE)_beginthreadex(NULL, 0,
1185 if (threadId == 0)
1193 CloseHandle(threadId);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp492 uint32_t threadId = iter.first; local
495 printAll<AggType>(OS, FN, perThreadRoots, threadId, reportThreadId);
550 /*threadId*/ 0, reportThreadId);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1040 unsigned threadId; // "" member in class:apicThreadInfo
1055 if (aa->threadId < bb->threadId)
1057 if (aa->threadId > bb->threadId)
1226 // Infer the pkgId / coreId / threadId using only the info obtained locally.
1247 threadInfo[nApics].threadId = threadInfo[nApics].apicId & maskT;
1311 // The table is now sorted by pkgId / coreId / threadId, but we really don't
1314 // [0 .. coresPerPkg-1] and threadId's are usually assigned
1334 unsigned lastThreadId = threadInfo[0].threadId;
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2765 parallelForEachN(0, concurrency, [&](size_t threadId) {
2770 if ((shardId & (concurrency - 1)) != threadId)
3204 parallelForEachN(0, concurrency, [&](size_t threadId) {
3210 if ((shardId & (concurrency - 1)) == threadId)

Completed in 164 milliseconds