Home | History | Annotate | Download | only in http

Lines Matching refs:mThreads

72         ConnectionThread[] mThreads;
83 mThreads = new ConnectionThread[mConnectionCount];
86 mThreads[i] = new ConnectionThread(
93 mThreads[i].start();
99 mThreads[i].requestStop();
111 ConnectionThread rt = mThreads[i];
122 ConnectionThread rt = mThreads[i];
136 dump.append(mThreads[i] + "\n");
151 Connection connection = mThreads[i].mConnection;
162 for (int i = 0; i < mThreads.length; i++) {
163 ConnectionThread ct = mThreads[i];