Home
last modified time | relevance | path

Searched refs:ThreadPoolThread (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/icu/source/test/intltest/
Dsimplethread.cpp37 class ThreadPoolThread: public SimpleThread { class
39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() function in ThreadPoolThread
55 fThreads[i] = new ThreadPoolThread(this, i); in ThreadPoolBase()
Dsimplethread.h65 friend class ThreadPoolThread; variable
/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp37 class ThreadPoolThread: public SimpleThread { class
39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() function in ThreadPoolThread
55 fThreads[i] = new ThreadPoolThread(this, i); in ThreadPoolBase()
Dsimplethread.h65 friend class ThreadPoolThread; variable