Home | History | Annotate | Download | only in base

Lines Matching refs:SLEEP

166     PlatformThread::Sleep(pause_ms_);
339 // In case both timers somehow run at nearly the same time, sleep a little
342 PlatformThread::Sleep(100);
403 // In case both timers somehow run at nearly the same time, sleep a little
406 PlatformThread::Sleep(100);
496 PlatformThread::Sleep(1);
610 SLEEP,
641 case SLEEP: os << "SLEEP"; break;
779 PlatformThread::Sleep(10); // milliseconds
799 : OrderedTasks(order, SLEEP, cookie), ms_(ms) {
804 PlatformThread::Sleep(ms_);
1143 EXPECT_EQ(order[ 3], TaskItem(SLEEP, 4, true));
1144 EXPECT_EQ(order[ 4], TaskItem(SLEEP, 4, false));
1305 Sleep(100); // Make sure the thread runs and sleeps for lack of work.
1347 Sleep(100); // Make sure the thread runs and sleeps for lack of work.
1349 Sleep(100);
1357 Sleep(200);
1626 Sleep(MessageLoop::kHighResolutionTimerModeLeaseTimeMs);