Searched refs:mThreads (Results 1 – 3 of 3) sorted by relevance
68 mThreads.clear(); in ClearThreads()107 for (const BUCKET_THREAD& t : mThreads) in StopCapture()128 SWR_ASSERT(tlsThreadId < mThreads.size()); in StartBucket()130 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in StartBucket()155 SWR_ASSERT(tlsThreadId < mThreads.size()); in StopBucket()156 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in StopBucket()185 SWR_ASSERT(tlsThreadId < mThreads.size()); in AddEvent()187 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in AddEvent()208 std::vector<BUCKET_THREAD> mThreads; variable
60 size_t id = mThreads.size(); in RegisterThread()65 mThreads.push_back(newThread); in RegisterThread()163 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 …]