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

  /external/curl/tests/server/
util.h 58 int wait_ms(int timeout_ms);
util.c 203 int wait_ms(int timeout_ms) function
sws.c     [all...]
rtspd.c     [all...]
sockfilt.c     [all...]
tftpd.c 1229 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 392 uint64_t wait_ms = MilliTime() - wait_start_ms; local
394 if (wait_ms >= lock_profiling_threshold_) {
397 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
400 if (wait_ms > kLongWaitMs && owners_method != nullptr) {
410 << " in " << PrettyMethod(m) << " for " << PrettyDuration(MsToNs(wait_ms));
419 wait_ms,
    [all...]
monitor.h 184 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
  /external/curl/tests/libtest/
first.c 62 void wait_ms(int ms) function
lib1506.c 117 wait_ms(1); /* to ensure different end times */
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 487 milliseconds