Lines Matching refs:SimpleThread
145 void SimpleThread::errorFunc() { in errorFunc()
224 class TestThreadsThread : public SimpleThread
228 virtual void run() { SimpleThread::sleep(1000); in run()
245 class TestArabicShapeThreads : public SimpleThread
308 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads()
328 SimpleThread::sleep(100); in TestThreads()
364 SimpleThread::sleep(500); in TestThreads()
378 SimpleThread *threads[ARABICSHAPE_THREADTEST]; in TestArabicShapingThreads()
435 SimpleThread::sleep(500); in TestArabicShapingThreads()
473 class TestMutexThread : public SimpleThread
524 SimpleThread::sleep(500); in TestMutex()
542 SimpleThread::sleep(500); in TestMutex()
555 SimpleThread::sleep(500); in TestMutex()
572 class ThreadWithStatus : public SimpleThread
582 SimpleThread::errorFunc(); in error()
1047 SimpleThread::errorFunc(); in TestThreadedIntl()
1076 SimpleThread::sleep(1); // yield in TestThreadedIntl()
1084 SimpleThread::errorFunc(); in TestThreadedIntl()
1371 SimpleThread::errorFunc(); in TestCollators()
1376 SimpleThread::sleep(900); in TestCollators()
1379 SimpleThread::errorFunc(); in TestCollators()
1462 SimpleThread::errorFunc(); in TestString()
1501 SimpleThread::sleep(900); in TestString()
1511 SimpleThread::errorFunc(); in TestString()
1536 class TxThread: public SimpleThread {
1581 SimpleThread::sleep(10); in TestAnyTranslit()