Searched defs:ThreadPool (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkTaskGroup.cpp24 class ThreadPool : SkNoncopyable { class in namespace:__anon13925
88 explicit ThreadPool(int threads) : fDraining(false) { function in class:__anon13925::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/util/thread/
H A DThreadPool.java24 /** ThreadPool.
28 public interface ThreadPool interface
60 public interface SizedThreadPool extends ThreadPool
/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);
/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 291 milliseconds