Home
last modified time | relevance | path

Searched refs:stack_dump_lock_profiling_threshold_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dmonitor.cc85 uint32_t Monitor::stack_dump_lock_profiling_threshold_ = 0; member in art::Monitor
93 stack_dump_lock_profiling_threshold_ = in Init()
544 const bool should_dump_stacks = stack_dump_lock_profiling_threshold_ > 0 && in Lock()
545 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
H A Dmonitor.h322 static uint32_t stack_dump_lock_profiling_threshold_; variable