Searched refs:stack_dump_lock_profiling_threshold_ (Results 1 – 2 of 2) sorted by relevance
81 uint32_t Monitor::stack_dump_lock_profiling_threshold_ = 0; member in art::Monitor89 stack_dump_lock_profiling_threshold_ = in Init()539 const bool should_dump_stacks = stack_dump_lock_profiling_threshold_ > 0 && in Lock()540 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
308 static uint32_t stack_dump_lock_profiling_threshold_; variable