Home
last modified time | relevance | path

Searched defs:ThreadPool (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DThreadPool.cpp24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool() function in ThreadPool
26 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
112 ThreadPool::ThreadPool() : ThreadPool(0) {} in ThreadPool() function in ThreadPool
115 ThreadPool::ThreadPool(unsigned ThreadCount) in ThreadPool() function in ThreadPool
/external/jetty/src/resources/org/eclipse/jetty/util/thread/jmx/
DThreadPool-mbean.properties1 ThreadPool: Pool of threads key
/external/jetty/src/java/org/eclipse/jetty/util/thread/
DThreadPool.java28 public interface ThreadPool interface
/external/skia/src/core/
DSkTaskGroup.cpp40 class ThreadPool : SkNoncopyable { class
99 explicit ThreadPool(int threads) { in ThreadPool() function in __anon790e14b20111::ThreadPool
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc134 TEST(SimpleThreadTest, ThreadPool) { in TEST() argument
/external/opencv3/3rdparty/openexr/IlmThread/
DIlmThreadPool.cpp327 ThreadPool::ThreadPool (unsigned nthreads): in ThreadPool() function in IlmThread::ThreadPool
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h504 explicit ThreadPool(int n_threads) in ThreadPool() function
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpserver.py529 class ThreadPool(object): class