Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dsimplethread.cpp17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread
20 SimpleThread::~SimpleThread() { in ~SimpleThread()
24 int SimpleThread::start() { in start()
25 fThread = std::thread(&SimpleThread::run, this); in start()
29 void SimpleThread::join() { in join()
37 class ThreadPoolThread: public SimpleThread {
48 fThreads = new SimpleThread *[fNumThreads]; in ThreadPoolBase()
Dsimplethread.h23 class SimpleThread
26 SimpleThread();
27 virtual ~SimpleThread();
69 SimpleThread **fThreads;
Dtsmthred.cpp95 class TestThreadsThread : public SimpleThread
111 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads()
158 class TestArabicShapeThreads : public SimpleThread
429 class FormatThreadTest : public SimpleThread
438 : SimpleThread(), in FormatThreadTest()
719 class CollatorThreadTest : public SimpleThread
727 CollatorThreadTest() : SimpleThread(), in CollatorThreadTest()
934 class StringThreadTest2 : public SimpleThread
942 : SimpleThread(), in StringThreadTest2()
1013 class TxThread: public SimpleThread {
[all …]
Drbbimonkeytest.h215 class RBBIMonkeyThread: public SimpleThread {