Home | History | Annotate | Download | only in intltest

Lines Matching full:sleep

86 #ifdef sleep
87 #undef sleep
162 static void sleep(int32_t millis); // probably shouldn't go here but oh well.
291 void SimpleThread::sleep(int32_t millis)
293 ::Sleep(millis);
324 SimpleThread::sleep(int32_t millis)
461 void SimpleThread::sleep(int32_t millis)
550 // each sleep 1 second and then set their chars. At the end we make sure they
560 virtual void run() { SimpleThread::sleep(1000);
591 SimpleThread::sleep(100);
627 SimpleThread::sleep(500);
715 SimpleThread::sleep(500);
733 SimpleThread::sleep(500);
746 SimpleThread::sleep(500);
1106 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
1154 The following sleep must be here because the *BSD operating systems
1158 SimpleThread::sleep(1); // yield
1220 //sleep(10000);
1443 SimpleThread::sleep(900);
1501 // while (fNum == 4) {SimpleThread::sleep(10000);} // Force a failure by preventing thread from finishing
1566 SimpleThread::sleep(900);
1571 // while (TRUE) {SimpleThread::sleep(10000);} // TODO: for debugging. Sleep forever on failure.