Searched refs:stack_dump_lock_profiling_threshold_ (Results 1 – 2 of 2) sorted by relevance
80 uint32_t Monitor::stack_dump_lock_profiling_threshold_ = 0; member in art::Monitor88 stack_dump_lock_profiling_threshold_ = in Init()498 const bool should_dump_stacks = stack_dump_lock_profiling_threshold_ > 0 && in Lock()499 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
296 static uint32_t stack_dump_lock_profiling_threshold_; variable