Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java71 private volatile boolean _privateThreadPool; field in ConnectHandler
136 if (_privateThreadPool) in setServer()
137 server.getContainer().update(this, null, _privateThreadPool, "threadpool", true); in setServer()
156 …getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "thre… in setThreadPool()
157 _privateThreadPool = threadPool != null; in setThreadPool()
169 _privateThreadPool = false; in doStart()
183 if (_privateThreadPool && _threadPool != null && threadPool instanceof LifeCycle) in doStop()
1020 if (_privateThreadPool) in dump()