Searched refs:newFixedThreadPool (Results 1 – 18 of 18) sorted by relevance
53 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool() method in ConcurrentUtils55 return Executors.newFixedThreadPool(nThreads, in newFixedThreadPool()
110 sListeningService = MoreExecutors.listeningDecorator(Executors.newFixedThreadPool( in getBackgroundExecutor()
108 sListeningService = MoreExecutors.listeningDecorator(Executors.newFixedThreadPool( in getBackgroundExecutor()
52 private val executor = Executors.newFixedThreadPool(/* nThreads = */ 1) in <lambda>()
50 return ConcurrentUtils.newFixedThreadPool(MAX_THREADS, "package-parsing-thread", in makeExecutorService()
219 final ExecutorService pool = ConcurrentUtils.newFixedThreadPool( in execute()
58 sInstance = new ZenIconLoader(Executors.newFixedThreadPool(4)); in getInstance()
80 private final ExecutorService mBufferFenceExecutor = Executors.newFixedThreadPool(1);81 private final ExecutorService mBufferExecutor = Executors.newFixedThreadPool(1);
71 mService = ConcurrentUtils.newFixedThreadPool(mSize, in SystemServerInitThreadPool()
526 useThreadPool ? Executors.newFixedThreadPool(mNumUserPoolThreads) : null; in onUser()
112 mThreadPool = Executors.newFixedThreadPool(VIEW_SERVER_MAX_CONNECTIONS); in start()
198 val executor = Executors.newFixedThreadPool(4) in <lambda>()
158 ConcurrentUtils.newFixedThreadPool( in <lambda>()
83 final var es = Executors.newFixedThreadPool(2 * OVERLAY_PKG_COUNT); in classSetUp()
119 ExecutorService exec = Executors.newFixedThreadPool(2); in testStressDDLEvicts()
524 private fun newThreadPool() = Executors.newFixedThreadPool(
3341 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyReadWrite()3419 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyRead()
49427 method public static java.util.concurrent.ExecutorService newFixedThreadPool(int);49428 …method public static java.util.concurrent.ExecutorService newFixedThreadPool(int, java.util.concur…