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 58 int wait_ms(int timeout_ms);
util.c 202 int wait_ms(int timeout_ms) function
sws.c     [all...]
rtspd.c     [all...]
sockfilt.c     [all...]
tftpd.c 1261 wait_ms(1000*test->writedelay);
    [all...]
  /art/runtime/
monitor_android.cc 52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
77 cp = EventLogWriteInt(cp, wait_ms);
monitor.cc 417 uint64_t wait_ms = MilliTime() - wait_start_ms; local
419 if (wait_ms >= lock_profiling_threshold_) {
422 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
427 if (wait_ms > kLongWaitMs && owners_method != nullptr) {
438 << PrettyDuration(MsToNs(wait_ms));
447 wait_ms,
    [all...]
monitor.h 184 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
  /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 63 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 333 milliseconds