Searched refs:pool (Results 1 – 4 of 4) sorted by relevance
53 pool = Pool(processes = 4)55 result = pool.map(convolutionstar, TASK)
179 ExecutorService pool = Executors.newFixedThreadPool(ThreadCount); in testEncoderWithFormats() local184 pool.execute(new EncoderRun(componentName, format)); in testEncoderWithFormats()189 pool.shutdown(); in testEncoderWithFormats()195 pool.awaitTermination(waitingSeconds, TimeUnit.SECONDS)); in testEncoderWithFormats()
271 public void onLoadComplete(SoundPool pool, int sampleId, int status) { in testAutoPauseResume()272 assertEquals(fpool, pool); in testAutoPauseResume()
96 pool = Pool(processes=2)100 pool.close()101 pool.join()