Searched refs:wait_ms (Results 1 – 9 of 9) sorted by relevance
/aosp12/art/runtime/ |
H A D | monitor_android.cc | 36 uint32_t wait_ms, in LogContentionEvent() argument 67 ctx << wait_ms; in LogContentionEvent() 111 wait_ms, in LogContentionEvent()
|
H A D | monitor.cc | 527 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 D | monitor.h | 215 uint32_t wait_ms,
|
/aosp12/hardware/google/pixel/power-libperfmgr/disp-power/ |
H A D | InteractionHandler.cpp | 216 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 D | InteractionHandler.h | 53 void WaitForIdle(int32_t wait_ms, int32_t timeout_ms);
|
/aosp12/art/libartpalette/apex/ |
H A D | palette.cc | 222 int32_t wait_ms, in PaletteReportLockContention() argument 234 wait_ms, in PaletteReportLockContention()
|
/aosp12/art/libartpalette/include/palette/ |
H A D | palette_method_list.h | 57 int32_t wait_ms, \
|
/aosp12/art/libartpalette/system/ |
H A D | palette_fake.cc | 133 int32_t wait_ms ATTRIBUTE_UNUSED, in PaletteReportLockContention()
|
/aosp12/art/runtime/base/ |
H A D | mutex.cc | 537 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()
|