Searched refs:mThreads (Results 1 – 3 of 3) sorted by relevance
58 mThreads.clear(); in ClearThreads()97 for (const BUCKET_THREAD& t : mThreads) in StopCapture()117 SWR_ASSERT(tlsThreadId < mThreads.size()); in StartBucket()119 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in StartBucket()144 SWR_ASSERT(tlsThreadId < mThreads.size()); in StopBucket()145 BUCKET_THREAD &bt = mThreads[tlsThreadId]; in StopBucket()172 SWR_ASSERT(tlsThreadId < mThreads.size()); in AddEvent()174 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in AddEvent()194 std::vector<BUCKET_THREAD> mThreads; variable
60 size_t id = mThreads.size(); in RegisterThread()65 mThreads.push_back(newThread); in RegisterThread()160 for (const BUCKET_THREAD& thread : mThreads) in PrintReport()
65 ConnectionThread[] mThreads; field in RequestQueue.ActivePool76 mThreads = new ConnectionThread[mConnectionCount]; in ActivePool()79 mThreads[i] = new ConnectionThread( in ActivePool()86 mThreads[i].start(); in startup()92 mThreads[i].requestStop(); in shutdown()104 ConnectionThread rt = mThreads[i]; in startTiming()115 ConnectionThread rt = mThreads[i]; in stopTiming()129 dump.append(mThreads[i] + "\n"); in logState()144 Connection connection = mThreads[i].mConnection; in disablePersistence()155 for (int i = 0; i < mThreads.length; i++) { in getThread()[all …]