Searched refs:SimpleThread (Results 1 – 4 of 4) sorted by relevance
17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread20 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()
23 class SimpleThread26 SimpleThread();27 virtual ~SimpleThread();69 SimpleThread **fThreads;
95 class TestThreadsThread : public SimpleThread111 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads()158 class TestArabicShapeThreads : public SimpleThread429 class FormatThreadTest : public SimpleThread438 : SimpleThread(), in FormatThreadTest()719 class CollatorThreadTest : public SimpleThread727 CollatorThreadTest() : SimpleThread(), in CollatorThreadTest()934 class StringThreadTest2 : public SimpleThread942 : SimpleThread(), in StringThreadTest2()1013 class TxThread: public SimpleThread {[all …]
215 class RBBIMonkeyThread: public SimpleThread {