HomeSort by relevance Sort by last modified time
    Searched refs:wait_ms (Results 1 - 14 of 14) sorted by null

  /external/curl/tests/server/
util.h 59 int wait_ms(int timeout_ms);
util.c 212 int wait_ms(int timeout_ms) function
sws.c     [all...]
rtspd.c     [all...]
sockfilt.c     [all...]
tftpd.c 1262 wait_ms(1000*test->writedelay);
    [all...]
  /art/runtime/
monitor_android.cc 34 uint32_t wait_ms,
68 ctx << wait_ms; local
monitor.cc 483 uint64_t wait_ms = MilliTime() - wait_start_ms; local
485 if (wait_ms >= lock_profiling_threshold_) {
488 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
499 wait_ms > stack_dump_lock_profiling_threshold_;
560 << PrettyDuration(MsToNs(wait_ms)) << "\n"
563 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) {
574 << PrettyDuration(MsToNs(wait_ms));
577 wait_ms,
    [all...]
monitor.h 203 uint32_t wait_ms,
  /external/curl/tests/libtest/
lib1517.c 40 wait_ms(1000);
lib1506.c 119 wait_ms(1); /* to ensure different end times */
first.c 66 void wait_ms(int ms) function
test.h 65 extern void wait_ms(int ms); /* wait this many milliseconds */
  /external/webrtc/talk/media/base/
videoengine_unittest.h 258 bool WaitAndSendFrame(int wait_ms) {
259 bool ret = rtc::Thread::Current()->ProcessMessages(wait_ms);
    [all...]

Completed in 256 milliseconds