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

  /external/curl/tests/libtest/
first.c 66 void wait_ms(int ms) function
  /external/curl/tests/server/
util.c 202 int wait_ms(int timeout_ms) function
  /art/runtime/
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...]

Completed in 224 milliseconds