Searched defs:newThread (Results 1 – 9 of 9) sorted by relevance
12 Thread newThread(Runnable run); in newThread() method
113 public Thread newThread(Runnable run) { in newThread() method in ThreadUtil.ThreadFactoryImpl
35 public synchronized Thread newThread(Runnable r) { in daemonThreadFactory() method
88 public Thread newThread(Runnable runnable) { in newThread() method in InactivityTimer.DaemonThreadFactory
47 public Thread newThread(Runnable runnable) { in newThread() method in FifoPriorityThreadPoolExecutor.DefaultThreadFactory
50 BUCKET_THREAD newThread; in RegisterThread() local
149 public Thread newThread(Runnable r) { in newThread() method in TestNGThreadPoolFactory
446 @Override public Thread newThread(Runnable r) { in newThread() method in ArbitraryInstances.Dummies.DummyThreadFactory
813 static Thread newThread(String name, Runnable runnable) { in newThread() method in MoreExecutors