Home
last modified time | relevance | path

Searched refs:openAsynchronousChannelGroup (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousChannelGroup.java186 .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/
DAsynchronousChannelProviderTest.java34 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/
DLinuxAsynchronousChannelProvider.java54 … 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/
DAsynchronousChannelProvider.java187 openAsynchronousChannelGroup(int nThreads, ThreadFactory threadFactory) throws IOException;
206 openAsynchronousChannelGroup(ExecutorService executor, int initialSize) throws IOException;
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java233 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_group()
366 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_closeGuardSupport_group()
DAsynchronousSocketChannelTest.java890 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_group()
919 provider.openAsynchronousChannelGroup(2, Executors.defaultThreadFactory()); in test_closeGuardSupport_group()
/libcore/api/
Dcurrent.txt6406 …method public abstract java.nio.channels.AsynchronousChannelGroup openAsynchronousChannelGroup(int…
6407 …method public abstract java.nio.channels.AsynchronousChannelGroup openAsynchronousChannelGroup(jav…