Searched defs:threadFactory (Results 1 – 4 of 4) sorted by relevance
68 @NonNull ThreadFactory threadFactory) { in newFixedUniqueThreadPool()78 public static @NonNull ExecutorService newCachedUniqueThreadPool( in newCachedUniqueThreadPool()
43 @NonNull ThreadFactory threadFactory) { in UniqueExecutor()55 @NonNull ThreadFactory threadFactory, @NonNull RejectedExecutionHandler handler) { in UniqueExecutor()
229 final ThreadFactory threadFactory = new ThreadFactory() { in ensureExecutor() local
158 val threadFactory: ThreadFactory? = queryThreadFactory in createExecutorFactory() constant