Searched refs:theThread (Results 1 – 1 of 1) sorted by relevance
56 /*package*/ static void run(HandlerThread theThread) { in run() argument65 list.add(theThread); in run()69 theThread.mTid = Process.myTid(); in run()71 synchronized (theThread) { in run()72 theThread.mLooper = Looper.myLooper(); in run()73 theThread.notifyAll(); in run()75 Process.setThreadPriority(theThread.mPriority); in run()76 theThread.onLooperPrepared(); in run()78 theThread.mTid = -1; in run()