Searched refs:wait_ms (Results 1 – 3 of 3) sorted by relevance
34 uint32_t wait_ms, in LogContentionEvent() argument68 ctx << wait_ms; in LogContentionEvent()
483 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local485 if (wait_ms >= lock_profiling_threshold_) { in Lock()488 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()499 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()560 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()563 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()574 << PrettyDuration(MsToNs(wait_ms)); in Lock()577 wait_ms, in Lock()
203 uint32_t wait_ms,