Home | History | Annotate | Download | only in email

Lines Matching refs:Thread

73  * Starts a long running (application) Thread that will run through commands
130 private final Thread mThread;
151 mThread = new Thread(this);
174 // TODO: seems that this reading of mBusy isn't thread-safe