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()
523 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local525 if (wait_ms >= lock_profiling_threshold_) { in Lock()528 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()540 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()593 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()596 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()607 << PrettyDuration(MsToNs(wait_ms)); in Lock()610 wait_ms, in Lock()
209 uint32_t wait_ms,