HomeSort by relevance Sort by last modified time
    Searched defs:ThreadPool (Results 1 - 6 of 6) sorted by null

  /external/valgrind/unittest/
thread_wrappers.h 220 ThreadPool pool(n_workers);
227 // the ~ThreadPool() is called: we wait workers to finish
231 class ThreadPool {
234 explicit ThreadPool(int n_threads)
237 MyThread *thread = new MyThread(&ThreadPool::Worker, this);
257 ~ThreadPool() {
271 ThreadPool *pool = reinterpret_cast<ThreadPool*>(p);
  /frameworks/wilhelm/src/
ThreadPool.h 17 /** \file ThreadPool.h ThreadPool interface */
50 /** \brief ThreadPool manages a pool of worker threads that execute Closures */
84 } ThreadPool;
86 extern SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads);
87 extern void ThreadPool_deinit(ThreadPool *tp);
88 extern SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind,
91 extern Closure *ThreadPool_remove(ThreadPool *tp);
92 extern SLresult ThreadPool_add_ppi(ThreadPool *tp, ClosureHandler_ppi handler,
94 extern SLresult ThreadPool_add_ppii(ThreadPool *tp, ClosureHandler_ppii handler
    [all...]
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 22 public class ThreadPool extends ThreadGroup {
32 public ThreadPool(int numThreads) {
33 super("ThreadPool-" + (threadPoolID++));
93 super(ThreadPool.this, "PooledThread-" + (threadID++));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java 26 public class ThreadPool {
28 private static final String TAG = "ThreadPool";
83 public ThreadPool() {
87 public ThreadPool(int initPoolSize, int maxPoolSize) {
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 490 ThreadPool pool(n_workers);
497 // the ~ThreadPool() is called: we wait workers to finish
501 class ThreadPool {
504 explicit ThreadPool(int n_threads)
507 MyThread *thread = new MyThread(&ThreadPool::Worker, this);
527 ~ThreadPool() {
541 ThreadPool *pool = reinterpret_cast<ThreadPool*>(p);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1346 milliseconds