Searched defs:threadId (Results 1 – 4 of 4) sorted by relevance
44 DWORD threadId = 0; in start() local64 DWORD threadId = GetThreadId(mThread); in start() local
28 pthread_t threadId; in createPthread() local
33 for (size_t threadId = 0; threadId < threadCount; ++threadId) { in PriorityQueueWorkerPool() local
38 const unsigned long threadId; member