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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DThreadPool.java65 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 582 milliseconds