Home | History | Annotate | Download | only in app

Lines Matching refs:mThread

43     : mThread(NULL), mDisplay(NULL), mNumDisplays(0), mKeyMap(NULL),
56 if (mThread != NULL && mThread->IsRunning()) {
57 mThread->KillChildProcesses();
59 if (mThread != NULL) {
63 code = mThread->Wait(); // join the old thread
66 delete mThread;
67 mThread = NULL;
178 if (mThread != NULL) {
181 if (mThread->IsRunning()) {
189 code = mThread->Wait(); // join the old thread
192 delete mThread;
193 mThread = NULL;
197 mThread = new DeviceThread(this, mpStatusWindow, reader, writer);
198 if (mThread->Create() != wxTHREAD_NO_ERROR) {
202 mThread->Run();
217 assert(mThread != NULL);
218 android::MessageStream* pStream = mThread->GetStream();
253 if (mThread != NULL && mThread->IsRunning())
254 mThread->KillChildProcesses();
263 return (IsRunning() && mThread->IsRuntimeNew());
272 mThread->UpdateLastModified();