Searched refs:_threadPool (Results 1 - 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpClient.java85 ThreadPool _threadPool; field in class:HttpClient
173 return _threadPool;
184 removeBean(_threadPool);
185 _threadPool = threadPool;
186 addBean(_threadPool);
420 if (_threadPool==null)
426 _threadPool = pool;
427 addBean(_threadPool,true);
435 _threadPool.dispatch(new Runnable()
467 if (_threadPool instanceo
[all...]
H A DSelectConnector.java115 return _httpClient._threadPool.dispatch(task);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DServer.java75 private ThreadPool _threadPool; field in class:Server
210 return _threadPool;
219 if (_threadPool!=null)
220 removeBean(_threadPool);
221 _container.update(this, _threadPool, threadPool, "threadpool",false);
222 _threadPool = threadPool;
223 if (_threadPool!=null)
224 addBean(_threadPool);
277 if (_threadPool==null)
H A DAbstractConnector.java65 private ThreadPool _threadPool; field in class:AbstractConnector
129 return _threadPool;
140 removeBean(_threadPool);
141 _threadPool = pool;
142 addBean(_threadPool);
318 if (_threadPool == null)
320 _threadPool = _server.getThreadPool();
321 addBean(_threadPool,false);
332 if (!_threadPool.dispatch(new Acceptor(i)))
334 if (_threadPool
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java70 private volatile ThreadPool _threadPool; field in class:ConnectHandler
139 _threadPool = server.getThreadPool();
147 return _threadPool;
156 getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "threadpool", true);
158 _threadPool = threadPool;
166 if (_threadPool == null)
168 _threadPool = getServer().getThreadPool();
171 if (_threadPool instanceof LifeCycle && !((LifeCycle)_threadPool).isRunning())
172 ((LifeCycle)_threadPool)
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java73 private final ThreadPool _threadPool; field in class:WebSocketClientFactory
123 _threadPool = threadPool;
124 addBean(_threadPool);
167 return _threadPool;
280 return _threadPool.dispatch(task);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 205 milliseconds