Searched refs:ThreadPool (Results 1 - 16 of 16) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DThreadPool.java24 /** ThreadPool.
28 public interface ThreadPool interface
60 public interface SizedThreadPool extends ThreadPool
H A DExecutorThreadPool.java37 * Jetty ThreadPool using java 5 ThreadPoolExecutor
38 * This class wraps a {@link ExecutorService} as a {@link ThreadPool} and
41 public class ExecutorThreadPool extends AbstractLifeCycle implements ThreadPool, LifeCycle
H A DQueuedThreadPool.java42 import org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool;
/external/skia/src/core/
H A DSkTaskGroup.cpp24 class ThreadPool : SkNoncopyable { class in namespace:__anon13930
88 explicit ThreadPool(int threads) : fDraining(false) { function in class:__anon13930::ThreadPool
93 fThreads.push(SkNEW_ARGS(SkThread, (&ThreadPool::Loop, this)));
98 ~ThreadPool() {
136 ThreadPool* pool = (ThreadPool*)arg;
159 static ThreadPool* gGlobal;
162 ThreadPool* ThreadPool::gGlobal = NULL;
167 SkASSERT(ThreadPool
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DConnector.java26 import org.eclipse.jetty.util.thread.ThreadPool;
32 * threads from the ThreadPool set on the connector.
35 * will set itself as both the ThreadPool and the Handler. Note that a connector
369 * {@link ThreadPool#isLowOnThreads()} on the connector threadpool
H A DServer.java47 import org.eclipse.jetty.util.thread.ThreadPool;
53 * The server is itself a handler and a ThreadPool. Connectors use the ThreadPool methods
75 private ThreadPool _threadPool;
189 * Each connector has this server set as it's ThreadPool and its Handler.
208 public ThreadPool getThreadPool()
217 public void setThreadPool(ThreadPool threadPool)
H A DAbstractConnector.java45 import org.eclipse.jetty.util.thread.ThreadPool;
65 private ThreadPool _threadPool;
127 public ThreadPool getThreadPool()
133 /** Set the ThreadPool.
138 public void setThreadPool(ThreadPool pool)
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java55 import org.eclipse.jetty.util.thread.ThreadPool;
60 * (for example, a {@link ThreadPool}, a {@link SelectorManager NIO selector}, etc).</p>
62 * <p>If a ThreadPool or MaskGen is passed in the constructor, then it is not added with {@link AggregateLifeCycle#addBean(Object)},
73 private final ThreadPool _threadPool;
89 * <p>Creates a WebSocketClientFactory with the given ThreadPool and the default configuration.</p>
91 * @param threadPool the ThreadPool instance to use
93 public WebSocketClientFactory(ThreadPool threadPool)
100 * <p>Creates a WebSocketClientFactory with the given ThreadPool and the given MaskGen.</p>
102 * @param threadPool the ThreadPool instance to use
105 public WebSocketClientFactory(ThreadPool threadPoo
[all...]
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h490 ThreadPool pool(n_workers);
497 // the ~ThreadPool() is called: we wait workers to finish
501 class ThreadPool { class
504 explicit ThreadPool(int n_threads) function in class:ThreadPool
507 MyThread *thread = new MyThread(&ThreadPool::Worker, this);
527 ~ThreadPool() {
541 ThreadPool *pool = reinterpret_cast<ThreadPool*>(p);
H A Dtsan_unittest.cpp386 ThreadPool pool(1);
432 ThreadPool pool(1);
514 ThreadPool pool(1);
566 ThreadPool pool(1);
1068 ThreadPool pool(1);
1101 ThreadPool pool(1);
1130 ThreadPool pool(1);
1161 ThreadPool pool(1);
1191 ThreadPool pool(1);
1295 ThreadPool poo
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/nio/
H A DSelectChannelConnector.java39 import org.eclipse.jetty.util.thread.ThreadPool;
89 public void setThreadPool(ThreadPool pool)
297 ThreadPool pool=getThreadPool();
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpClient.java46 import org.eclipse.jetty.util.thread.ThreadPool;
85 ThreadPool _threadPool;
171 public ThreadPool getThreadPool()
177 /** Set the ThreadPool.
182 public void setThreadPool(ThreadPool threadPool)
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java57 import org.eclipse.jetty.util.thread.ThreadPool;
70 private volatile ThreadPool _threadPool;
145 public ThreadPool getThreadPool()
153 public void setThreadPool(ThreadPool threadPool)
182 ThreadPool threadPool = _threadPool;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dhttpserver.py529 class ThreadPool(object): class in inherits:object
579 self, nworkers, name="ThreadPool", daemon=False,
600 logger = logging.getLogger('paste.httpserver.ThreadPool')
692 described in the ThreadPool docstring).
884 if runnable is ThreadPool.SHUTDOWN:
942 self.queue.put(ThreadPool.SHUTDOWN)
1020 "An error has occurred in the paste.httpserver.ThreadPool\n"
1051 self.thread_pool = ThreadPool(
1262 threadpool. See paste.httpserver.ThreadPool for specific
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 472 milliseconds