Searched refs:theThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java56 /*package*/ static void run(HandlerThread theThread) { argument
65 list.add(theThread);
69 theThread.mTid = Process.myTid();
71 synchronized (theThread) {
72 theThread.mLooper = Looper.myLooper();
73 theThread.notifyAll();
75 Process.setThreadPriority(theThread.mPriority);
76 theThread.onLooperPrepared();
78 theThread.mTid = -1;

Completed in 57 milliseconds