HomeSort by relevance Sort by last modified time
    Searched full:sleepms (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/gdbserver_tests/
sleepers.c 13 static int sleepms = 1000; // in each loop, will sleep "sleepms" milliseconds variable
81 if (sleepms > 0 && s->sleep) {
82 t[s->t].tv_sec = sleepms / 1000;
83 t[s->t].tv_usec = (sleepms % 1000) * 1000;
141 sleepms = atoi(argv[2]);
152 loops, sleepms, burn, threads_spec);
  /external/webrtc/src/system_wrappers/interface/
sleep.h 20 void SleepMs(int msecs);
  /external/webrtc/src/system_wrappers/source/
sleep.cc 24 void SleepMs(int msecs) {
critical_section_unittest.cc 40 SleepMs(1);
trace_impl.cc 110 SleepMs(10);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 164 final int sleepMs = 100;
227 Thread.sleep(sleepMs);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 130 static bool SleepMs(int millis);
thread.cc 189 bool Thread::SleepMs(int milliseconds) {
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]

Completed in 1407 milliseconds