Searched refs:thread (Results 1 – 7 of 7) sorted by relevance
35 Thread thread = new Thread(r, name + "-" + (nextId++)); in daemonThreadFactory() local36 thread.setDaemon(true); in daemonThreadFactory()37 return thread; in daemonThreadFactory()
114 CommandHandler(RemoteAudio& thread, int command) in CommandHandler() argument115 : mThread(thread), in CommandHandler()
1817 public synchronized void threadExiting(GLThread thread) { in threadExiting() argument1819 Log.i("GLThread", "exiting tid=" + thread.getId()); in threadExiting()1821 thread.mExited = true; in threadExiting()1822 if (mEglOwner == thread) { in threadExiting()1835 public boolean tryAcquireEglContextLocked(GLThread thread) { in tryAcquireEglContextLocked() argument1836 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglContextLocked()1837 mEglOwner = thread; in tryAcquireEglContextLocked()1859 public void releaseEglContextLocked(GLThread thread) { in releaseEglContextLocked() argument1860 if (mEglOwner == thread) { in releaseEglContextLocked()
288 StatementTestThread thread = new StatementTestThread(mDatabase, statement); in testStatementMultiThreaded() local289 thread.start(); in testStatementMultiThreaded()291 thread.join(); in testStatementMultiThreaded()
112 public void uncaughtException(Thread thread, Throwable throwable) { in uncaughtException() argument
266 HandlerThread thread = new HandlerThread("testSetKeepUpdatedWithHandler"); in testSetKeepUpdatedWithHandler() local267 thread.start(); in testSetKeepUpdatedWithHandler()268 Handler handler = new Handler(thread.getLooper()); in testSetKeepUpdatedWithHandler()
19901 java.lang.Thread thread53446 java.lang.Thread thread54533 volatile java.lang.Thread thread