HomeSort by relevance Sort by last modified time
    Searched refs:ThreadPool (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/jetty/src/java/org/eclipse/jetty/server/nio/
SelectChannelConnector.java 39 import org.eclipse.jetty.util.thread.ThreadPool;
89 public void setThreadPool(ThreadPool pool)
297 ThreadPool pool=getThreadPool();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 30 import com.android.gallery3d.util.ThreadPool;
31 import com.android.gallery3d.util.ThreadPool.JobContext;
101 private class AlbumsLoader implements ThreadPool.Job<ArrayList<MediaSet>> {
UriImage.java 31 import com.android.gallery3d.util.ThreadPool.CancelListener;
32 import com.android.gallery3d.util.ThreadPool.Job;
33 import com.android.gallery3d.util.ThreadPool.JobContext;
LocalVideo.java 30 import com.android.gallery3d.util.ThreadPool.Job;
31 import com.android.gallery3d.util.ThreadPool.JobContext;
DecodeUtils.java 32 import com.android.gallery3d.util.ThreadPool.CancelListener;
33 import com.android.gallery3d.util.ThreadPool.JobContext;
  /art/compiler/driver/
compiler_driver.h 569 ThreadPool* thread_pool,
580 ThreadPool* thread_pool,
591 ThreadPool* thread_pool,
616 ThreadPool* thread_pool,
683 std::unique_ptr<ThreadPool> parallel_thread_pool_;
687 std::unique_ptr<ThreadPool> single_thread_pool_;
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 33 import tests.support.ThreadPool;
45 private ThreadPool threadPool;
57 threadPool = new ThreadPool(numThreads);
61 threadPool.join();
122 threadPool.runTask(createTask1(i));
134 threadPool.runTask(createTask1(1));
135 threadPool.runTask(createTask2(2));
136 threadPool.runTask(createTask3(3))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 49 import com.android.gallery3d.util.ThreadPool;
121 public ThreadPool getThreadPool() {
342 public ThreadPool getBatchServiceThreadPoolIfAvailable() {
SinglePhotoDataAdapter.java 37 import com.android.gallery3d.util.ThreadPool;
52 private ThreadPool mThreadPool;
ManageCachePage.java 49 import com.android.gallery3d.util.ThreadPool.Job;
50 import com.android.gallery3d.util.ThreadPool.JobContext;
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpClient.java 46 import org.eclipse.jetty.util.thread.ThreadPool;
85 ThreadPool _threadPool;
169 * @return the threadpool
171 public ThreadPool getThreadPool()
177 /** Set the ThreadPool.
178 * The threadpool passed is added via {@link #addBean(Object)} so that
180 * @param threadPool the threadPool to set
182 public void setThreadPool(ThreadPool threadPool)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Server.java 47 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.
206 * @return Returns the threadPool.
208 public ThreadPool getThreadPool()
215 * @param threadPool The threadPool to set.
217 public void setThreadPool(ThreadPool threadPool
    [all...]
AbstractConnector.java 45 import org.eclipse.jetty.util.thread.ThreadPool;
65 private ThreadPool _threadPool;
127 public ThreadPool getThreadPool()
133 /** Set the ThreadPool.
134 * The threadpool passed is added via {@link #addBean(Object)} so that
136 * @param pool the threadPool to set
138 public void setThreadPool(ThreadPool pool)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
ExecutorThreadPool.java 37 * 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
  /external/opencv3/samples/python2/
asift.py 27 from multiprocessing.pool import ThreadPool
74 ThreadPool object may be passed to speedup the computation.
137 pool=ThreadPool(processes = cv2.getNumberOfCPUs())
digits_adjust.py 24 from multiprocessing.pool import ThreadPool
95 pool = ThreadPool(processes=cv2.getNumberOfCPUs())
  /art/runtime/jit/
jit.h 199 std::unique_ptr<ThreadPool> thread_pool_;
  /external/autotest/tko/
retrieve_logs.cgi 83 """Get a list of arguments to be passed to multiprocessing.pool.ThreadPool.
122 tpool = pool.ThreadPool()
  /external/libchrome/base/threading/
simple_thread_unittest.cc 134 TEST(SimpleThreadTest, ThreadPool) {
  /frameworks/wilhelm/src/
entry.c 151 memset(&thiz->mThreadPool, 0, sizeof(ThreadPool));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 35 import com.android.gallery3d.util.ThreadPool;
36 import com.android.gallery3d.util.ThreadPool.CancelListener;
37 import com.android.gallery3d.util.ThreadPool.JobContext;
122 private final ThreadPool mThreadPool;
756 private class TileDecoder implements ThreadPool.Job<Void> {
769 jc.setMode(ThreadPool.MODE_NONE);
AlbumSetSlidingWindow.java 37 import com.android.gallery3d.util.ThreadPool;
61 private final ThreadPool mThreadPool;
390 .run(ThreadPool.JOB_CONTEXT_STUB);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 57 import org.eclipse.jetty.util.thread.ThreadPool;
70 private volatile ThreadPool _threadPool;
137 server.getContainer().update(this, null, _privateThreadPool, "threadpool", true);
145 public ThreadPool getThreadPool()
151 * @param threadPool the thread pool
153 public void setThreadPool(ThreadPool threadPool)
156 getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "threadpool", true);
157 _privateThreadPool = threadPool != null
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 390 ThreadPool pool(1);
436 ThreadPool pool(1);
518 ThreadPool pool(1);
570 ThreadPool pool(1);
1072 ThreadPool pool(1);
1105 ThreadPool pool(1);
1134 ThreadPool pool(1);
1165 ThreadPool pool(1);
1195 ThreadPool pool(1);
1299 ThreadPool pool(1)
    [all...]
  /art/runtime/
monitor_test.cc 321 ThreadPool thread_pool(pool_name, 3);
402 ThreadPool thread_pool("the pool", 2);

Completed in 1662 milliseconds

1 23 4 5