HomeSort by relevance Sort by last modified time
    Searched refs:theThread (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 56 /*package*/ static void run(HandlerThread theThread) {
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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 57 threads.append(Thread(target = self.theThread,
59 threads.append(Thread(target = self.theThread,
61 threads.append(Thread(target = self.theThread,
63 threads.append(Thread(target = self.theThread,
65 threads.append(Thread(target = self.theThread,
67 threads.append(Thread(target = self.theThread,
69 threads.append(Thread(target = self.theThread,
71 threads.append(Thread(target = self.theThread,
73 threads.append(Thread(target = self.theThread,
142 def theThread(self, lockType)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 57 threads.append(Thread(target = self.theThread,
59 threads.append(Thread(target = self.theThread,
61 threads.append(Thread(target = self.theThread,
63 threads.append(Thread(target = self.theThread,
65 threads.append(Thread(target = self.theThread,
67 threads.append(Thread(target = self.theThread,
69 threads.append(Thread(target = self.theThread,
71 threads.append(Thread(target = self.theThread,
73 threads.append(Thread(target = self.theThread,
142 def theThread(self, lockType)
    [all...]

Completed in 1504 milliseconds