Searched defs:pool (Results 1 – 6 of 6) sorted by relevance
88 ExecutorService pool = Executors.newFixedThreadPool(maxInstances); in test720p() local
89 ExecutorService pool = Executors.newFixedThreadPool(maxInstances); in test720p() local
98 ExecutorService pool = Executors.newFixedThreadPool(maxInstances); in test720p() local
96 ExecutorService pool = Executors.newFixedThreadPool(maxInstances); in test720p() local
115 ExecutorService pool = Executors.newFixedThreadPool(maxInstances / 2 + maxInstances % 2); in test720p() local
181 ExecutorService pool = Executors.newFixedThreadPool(ThreadCount); in testEncoderWithFormatsParallel() local