Searched refs:wait_ms (Results 1 – 7 of 7) sorted by relevance
36 uint32_t wait_ms, in LogContentionEvent() argument67 ctx << wait_ms; in LogContentionEvent()111 wait_ms, in LogContentionEvent()
528 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local530 if (wait_ms >= lock_profiling_threshold_) { in Lock()533 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()545 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()598 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()601 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()612 << PrettyDuration(MsToNs(wait_ms)); in Lock()615 wait_ms, in Lock()
215 uint32_t wait_ms,
57 int32_t wait_ms, \
222 int32_t wait_ms, in PaletteReportLockContention() argument234 wait_ms, in PaletteReportLockContention()
133 int32_t wait_ms ATTRIBUTE_UNUSED, in PaletteReportLockContention()
542 uint64_t wait_ms = MilliTime() - wait_start_ms; in DumpStack() local543 LOG(WARNING) << "Monitor contention with tid " << owner_tid << ", wait time: " << wait_ms in DumpStack()