Home | History | Annotate | Download | only in http

Lines Matching defs:mThreads

68         ConnectionThread[] mThreads;
79 mThreads = new ConnectionThread[mConnectionCount];
82 mThreads[i] = new ConnectionThread(
89 mThreads[i].start();
95 mThreads[i].requestStop();
107 ConnectionThread rt = mThreads[i];
118 ConnectionThread rt = mThreads[i];
132 dump.append(mThreads[i] + "\n");
147 Connection connection = mThreads[i].mConnection;
158 for (int i = 0; i < mThreads.length; i++) {
159 ConnectionThread ct = mThreads[i];