Searched defs:wait_ms (Results 1 – 2 of 2) sorted by relevance
52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent, in LogContentionEvent()
266 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local