Searched defs:executor (Results 1 – 4 of 4) sorted by relevance
86 ThreadPoolExecutor executor = new ThreadPoolExecutor( in execute() local
569 ExecutorService executor = Executors.newCachedThreadPool(); in testReadingSysFilesDoesntFail() local574 private static void tryToReadFromAllIn(File dir, ExecutorService executor) throws IOException { in tryToReadFromAllIn()595 private static void tryFileOpenRead(final File f, ExecutorService executor) throws IOException { in tryFileOpenRead()
188 ExecutorService executor = Threads.fixedThreadsExecutor("command", 1); in executeLater() local
505 ExecutorService executor = Executors.newSingleThreadExecutor(); in assertUsableInSSLConnection() local