Home | History | Annotate | Download | only in common

Lines Matching refs:THREAD

41 THREAD UINT tlsThreadId = 0;
59 // assign unique thread id for this thread
64 // store new thread
131 void BucketManager::PrintThread(FILE* f, const BUCKET_THREAD& thread)
134 fprintf(f, "\nThread %u (%s)\n", thread.id, thread.name.c_str());
137 // compute thread level total cycle counts across all buckets from root
138 const BUCKET& root = thread.root;
160 for (const BUCKET_THREAD& thread : mThreads)
162 PrintThread(f, thread);