Searched refs:newSingleThreadExecutor (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java61 Executor e1 = newSingleThreadExecutor();
62 Executor e2 = newSingleThreadExecutor(defaultThreadFactory());
H A DThrows.java82 try { newSingleThreadExecutor().shutdownNow(); pass(); }
/openjdk7/jdk/test/java/util/concurrent/ExecutorService/
H A DInvoke.java79 ExecutorService single = Executors.newSingleThreadExecutor();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DShortWrite.java106 ExecutorService pool = Executors.newSingleThreadExecutor();
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DScriptShellPanel.java75 Executors.newSingleThreadExecutor();
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dconc.js150 var theExecutor = juc.Executors.newSingleThreadExecutor();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutors.java133 public static ExecutorService newSingleThreadExecutor() { method in class:Executors
154 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { method in class:Executors
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java702 Executors.newSingleThreadExecutor(
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js491 var theExecutor = juc.Executors.newSingleThreadExecutor();

Completed in 66 milliseconds