Home | History | Annotate | Download | only in intltest

Lines Matching full:sleep

88 #ifdef sleep
89 #undef sleep
197 // each sleep 1 second and then set their chars. At the end we make sure they
207 virtual void run() { SimpleThread::sleep(1000);
238 SimpleThread::sleep(100);
274 SimpleThread::sleep(500);
362 SimpleThread::sleep(500);
380 SimpleThread::sleep(500);
393 SimpleThread::sleep(500);
749 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
797 The following sleep must be here because the *BSD operating systems
801 SimpleThread::sleep(1); // yield
861 //sleep(10000);
1082 SimpleThread::sleep(900);
1140 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
1208 SimpleThread::sleep(900);
1213 // while (TRUE) {SimpleThread::sleep(10000);} // TODO: for debugging. Sleep forever on failure.