Searched defs:isFixedThreadPool (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DThreadPool.java73 boolean isFixedThreadPool() { method in class:ThreadPool
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()) {

Completed in 35 milliseconds