Searched refs:openAsynchronousChannelGroup (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousChannelGroup.java | 186 .openAsynchronousChannelGroup(nThreads, threadFactory); in withFixedThreadPool() 233 .openAsynchronousChannelGroup(executor, initialSize); in withCachedThreadPool() 273 .openAsynchronousChannelGroup(executor, 0); in withThreadPool()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/spi/ |
D | AsynchronousChannelProviderTest.java | 34 assertNotNull(provider.openAsynchronousChannelGroup(1, new TestThreadFactory())); in test_open_methods() 36 assertNotNull(provider.openAsynchronousChannelGroup(Executors.newSingleThreadExecutor(), in test_open_methods() 45 assertNotNull(provider.openAsynchronousChannelGroup(1, new TestThreadFactory())); in test_open_methods()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | LinuxAsynchronousChannelProvider.java | 54 … public AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory factory) in openAsynchronousChannelGroup() method in LinuxAsynchronousChannelProvider 61 …public AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initial… in openAsynchronousChannelGroup() method in LinuxAsynchronousChannelProvider
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AsynchronousChannelProvider.java | 187 openAsynchronousChannelGroup(int nThreads, ThreadFactory threadFactory) throws IOException; 206 openAsynchronousChannelGroup(ExecutorService executor, int initialSize) throws IOException;
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | AsynchronousServerSocketChannelTest.java | 233 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_group() 366 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_closeGuardSupport_group()
|
D | AsynchronousSocketChannelTest.java | 890 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_group() 919 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_closeGuardSupport_group()
|
/libcore/api/ |
D | current.txt | 6406 …method public abstract java.nio.channels.AsynchronousChannelGroup openAsynchronousChannelGroup(int… 6407 …method public abstract java.nio.channels.AsynchronousChannelGroup openAsynchronousChannelGroup(jav…
|