Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/runtime/
H A Dmonitor_android.cc36 uint32_t wait_ms, in LogContentionEvent() argument
67 ctx << wait_ms; in LogContentionEvent()
111 wait_ms, in LogContentionEvent()
H A Dmonitor.cc527 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local
529 if (wait_ms >= lock_profiling_threshold_) { in Lock()
532 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
544 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
597 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()
600 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()
611 << PrettyDuration(MsToNs(wait_ms)); in Lock()
614 wait_ms, in Lock()
H A Dmonitor.h215 uint32_t wait_ms,
/aosp12/hardware/google/pixel/power-libperfmgr/disp-power/
H A DInteractionHandler.cpp216 void InteractionHandler::WaitForIdle(int32_t wait_ms, int32_t timeout_ms) { in WaitForIdle() argument
223 ALOGV("%s: wait:%d timeout:%d", __func__, wait_ms, timeout_ms); in WaitForIdle()
230 ret = poll(pfd, 1, wait_ms); in WaitForIdle()
H A DInteractionHandler.h53 void WaitForIdle(int32_t wait_ms, int32_t timeout_ms);
/aosp12/art/libartpalette/apex/
H A Dpalette.cc222 int32_t wait_ms, in PaletteReportLockContention() argument
234 wait_ms, in PaletteReportLockContention()
/aosp12/art/libartpalette/include/palette/
H A Dpalette_method_list.h57 int32_t wait_ms, \
/aosp12/art/libartpalette/system/
H A Dpalette_fake.cc133 int32_t wait_ms ATTRIBUTE_UNUSED, in PaletteReportLockContention()
/aosp12/art/runtime/base/
H A Dmutex.cc537 uint64_t wait_ms = MilliTime() - wait_start_ms; in DumpStack() local
538 LOG(WARNING) << "Monitor contention with tid " << owner_tid << ", wait time: " << wait_ms in DumpStack()