Searched defs:thread (Results 1 – 4 of 4) sorted by relevance
60 Thread thread = new Thread("canExecuteOnCurrentThreadExecutor_thread") { in canExecuteOnCurrentThreadExecutor() local90 Thread thread = new Thread("retrieveCurrentThreadExecutor_throwsOnNonLooperThread_thread") { in retrieveCurrentThreadExecutor_throwsOnNonLooperThread() local237 Thread thread = new Thread("canExecuteOnCurrentThreadExecutor_thread") { in schedulingOnShutdownLooperReturnsException() local
59 val thread: Thread = in <lambda>() constant84 val thread: Thread = this.newThread(runnable) in <lambda>() constant
101 val thread = Executors.defaultThreadFactory().newThread(runnable) in <lambda>() constant
631 public static void checkGlThreadOrThrow(@Nullable Thread thread) { in checkGlThreadOrThrow()