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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java78 if (pool.isFixedThreadPool()) {
95 final boolean isFixedThreadPool() { method in class:AsynchronousChannelGroupImpl
96 return pool.isFixedThreadPool();
100 if (isFixedThreadPool()) {
130 if (!isFixedThreadPool()) {
185 if (isFixedThreadPool()) {
H A DThreadPool.java73 boolean isFixedThreadPool() { method in class:ThreadPool
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java493 attemptRead = invokeDirect || !port.isFixedThreadPool();
678 !port.isFixedThreadPool(); // okay to attempt write with user thread pool

Completed in 41 milliseconds