Searched defs:threadFactory (Results 1 – 6 of 6) sorted by relevance
543 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExcutorService_executorDelegatesToOriginal() local552 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExcutorService_shutdownHookRegistered() local569 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingScheduledExcutorService_executorDelegatesToOriginal() local579 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetScheduledExitingExcutorService_shutdownHookRegistered() local
57 ThreadFactory threadFactory = builder.build(); in testThreadFactoryBuilder_defaults() local
48 ThreadFactory threadFactory = daemonThreadFactory(name); in fixedThreadsExecutor() local
112 private static final ThreadFactory threadFactory = field in JdkFutureAdapters.ListenableFutureAdapter
31 ThreadFactory threadFactory) { in FifoPriorityThreadPoolExecutor()
222 public static ThreadFactory threadFactory(final String name, final boolean daemon) { in threadFactory() method in Util