Searched refs:newCachedThreadPool (Results 1 - 25 of 67) sorted by relevance

123

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest11.java55 ExecutorService s = Executors.newCachedThreadPool();
60 s = Executors.newCachedThreadPool();
H A DTest10.java50 ExecutorService exec = Executors.newCachedThreadPool();
H A DTest6.java51 ExecutorService executor = Executors.newCachedThreadPool();
H A DTest6a.java49 ExecutorService executor = Executors.newCachedThreadPool();
H A DTest7.java51 ExecutorService executor = Executors.newCachedThreadPool();
H A DTest7a.java54 ExecutorService executor = Executors.newCachedThreadPool();
H A DTest8.java51 ExecutorService executor = Executors.newCachedThreadPool();
H A DTestLogging.java60 executor = Executors.newCachedThreadPool();
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6339483.java46 ExecutorService executor = Executors.newCachedThreadPool();
H A DB6526158.java51 ExecutorService executor = Executors.newCachedThreadPool();
H A DB6526913.java49 ExecutorService executor = Executors.newCachedThreadPool();
H A DB6341616.java54 ExecutorService executor = Executors.newCachedThreadPool();
H A DB6744329.java47 ExecutorService executor = Executors.newCachedThreadPool();
H A DB6886436.java50 ExecutorService executor = Executors.newCachedThreadPool();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java62 threadPool = Executors.newCachedThreadPool(new DaemonThreadFactory());
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DAsExecutor.java39 .withCachedThreadPool(Executors.newCachedThreadPool(factory), 0);
H A DRestart.java75 ExecutorService pool = Executors.newCachedThreadPool(factory);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DAsyncDisconnect.java100 executorService = Executors.newCachedThreadPool();
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DThrows.java51 new Fun(){void f(){ newCachedThreadPool(null); }},
85 try { newCachedThreadPool().shutdownNow(); pass(); }
/openjdk7/jdk/test/java/util/concurrent/locks/ReentrantLock/
H A DLockOncePerThreadLoops.java47 static final ExecutorService pool = Executors.newCachedThreadPool();
H A DSimpleReentrantLockLoops.java47 static final ExecutorService pool = Executors.newCachedThreadPool();
H A DTimeoutLockLoops.java50 static final ExecutorService pool = Executors.newCachedThreadPool();
/openjdk7/jdk/test/javax/swing/JEditorPane/
H A Dbug4714674.java92 server.setExecutor(Executors.newCachedThreadPool());
/openjdk7/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java109 executorService = Executors.newCachedThreadPool();
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRetryPost.java92 executorService = Executors.newCachedThreadPool();

Completed in 98 milliseconds

123