Searched refs:ThreadPoolBase (Results 1 – 4 of 4) sorted by relevance
/external/cronet/third_party/icu/source/test/intltest/ |
D | simplethread.cpp | 39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() 41 ThreadPoolBase *fPool; 46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase() function in ThreadPoolBase 62 void ThreadPoolBase::start() { in start() 70 void ThreadPoolBase::join() { in join() 78 ThreadPoolBase::~ThreadPoolBase() { in ~ThreadPoolBase()
|
D | simplethread.h | 55 class ThreadPoolBase { 57 ThreadPoolBase(IntlTest *test, int32_t numThreads); 58 virtual ~ThreadPoolBase(); 74 class ThreadPool : public ThreadPoolBase { 79 ThreadPoolBase(test, howMany), fRunFnPtr(runFnPtr) {} in ThreadPool()
|
/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() 41 ThreadPoolBase *fPool; 46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase() function in ThreadPoolBase 62 void ThreadPoolBase::start() { in start() 70 void ThreadPoolBase::join() { in join() 78 ThreadPoolBase::~ThreadPoolBase() { in ~ThreadPoolBase()
|
D | simplethread.h | 55 class ThreadPoolBase { 57 ThreadPoolBase(IntlTest *test, int32_t numThreads); 58 virtual ~ThreadPoolBase(); 74 class ThreadPool : public ThreadPoolBase { 79 ThreadPoolBase(test, howMany), fRunFnPtr(runFnPtr) {} in ThreadPool()
|