Home
last modified time | relevance | path

Searched refs:isFixedThreadPool (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousChannelGroupImpl.java78 if (pool.isFixedThreadPool()) { in AsynchronousChannelGroupImpl()
95 final boolean isFixedThreadPool() { in isFixedThreadPool() method in AsynchronousChannelGroupImpl
96 return pool.isFixedThreadPool(); in isFixedThreadPool()
100 if (isFixedThreadPool()) { in fixedThreadCount()
130 if (!isFixedThreadPool()) {
185 if (isFixedThreadPool()) {
DThreadPool.java65 boolean isFixedThreadPool() { in isFixedThreadPool() method in ThreadPool
DUnixAsynchronousSocketChannelImpl.java517 attemptRead = invokeDirect || !port.isFixedThreadPool(); in implRead()
702 !port.isFixedThreadPool(); // okay to attempt write with user thread pool in implWrite()