Searched defs:newThread (Results 1 – 3 of 3) sorted by relevance
34 public Thread newThread(final Runnable runnable) { in newThread() method in NamedThreadFactory
60 public Thread newThread(final Runnable r) { in newFixedThreadPool() method
214 public Thread newThread(Runnable r) { in newThread() method in StorageManagerIntegrationTest.MyThreadFactory