Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/os/
DHandlerThread_Delegate.java56 /*package*/ static void run(HandlerThread theThread) { in run() argument
65 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()