Home | History | Annotate | Download | only in intltest

Lines Matching refs:SimpleThread

13 #include "simplethread.h"
145 void SimpleThread::errorFunc() {
218 class TestThreadsThread : public SimpleThread
222 virtual void run() { SimpleThread::sleep(1000);
239 class TestArabicShapeThreads : public SimpleThread
302 SimpleThread *threads[THREADTEST_NRTHREADS];
322 SimpleThread::sleep(100);
358 SimpleThread::sleep(500);
372 SimpleThread *threads[ARABICSHAPE_THREADTEST];
393 //SimpleThread::sleep(100);
429 SimpleThread::sleep(500);
467 class TestMutexThread : public SimpleThread
518 SimpleThread::sleep(500);
536 SimpleThread::sleep(500);
549 SimpleThread::sleep(500);
566 class ThreadWithStatus : public SimpleThread
576 SimpleThread::errorFunc();
900 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
928 SimpleThread::errorFunc();
952 SimpleThread::sleep(1); // yield
960 SimpleThread::errorFunc();
1244 SimpleThread::errorFunc();
1249 SimpleThread::sleep(900);
1252 SimpleThread::errorFunc();
1306 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
1335 SimpleThread::errorFunc();
1374 SimpleThread::sleep(900);
1379 // while (TRUE) {SimpleThread::sleep(10000);} // TODO: for debugging. Sleep forever on failure.
1384 SimpleThread::errorFunc();