Home
last modified time | relevance | path

Searched refs:withFixedThreadPool (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/spi/
DAsynchronousChannelProviderTest.java40 AsynchronousChannelGroup.withFixedThreadPool(1, new TestThreadFactory()))); in test_open_methods()
43 AsynchronousChannelGroup.withFixedThreadPool(1, new TestThreadFactory()))); in test_open_methods()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousChannelGroupTest.java37 AsynchronousChannelGroup acg = AsynchronousChannelGroup.withFixedThreadPool(1, in test_withFixedThreadPool()
51 AsynchronousChannelGroup acg = AsynchronousChannelGroup.withFixedThreadPool( in test_withFixedThreadPool_IllegalArgumentException()
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousChannelGroup.java186 public static AsynchronousChannelGroup withFixedThreadPool(int nThreads, in withFixedThreadPool() method in AsynchronousChannelGroup
/libcore/api/
Dcurrent.txt6633 …method public static java.nio.channels.AsynchronousChannelGroup withFixedThreadPool(int, java.util…