Searched refs:isFixedThreadPool (Results 1 – 3 of 3) sorted by relevance
78 if (pool.isFixedThreadPool()) { in AsynchronousChannelGroupImpl()95 final boolean isFixedThreadPool() { in isFixedThreadPool() method in AsynchronousChannelGroupImpl96 return pool.isFixedThreadPool(); in isFixedThreadPool()100 if (isFixedThreadPool()) { in fixedThreadCount()130 if (!isFixedThreadPool()) {185 if (isFixedThreadPool()) {
65 boolean isFixedThreadPool() { in isFixedThreadPool() method in ThreadPool
517 attemptRead = invokeDirect || !port.isFixedThreadPool(); in implRead()702 !port.isFixedThreadPool(); // okay to attempt write with user thread pool in implWrite()