Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h70 static void Init(uint32_t lock_profiling_threshold, bool (*is_sensitive_thread_hook)());
Dmonitor.cc113 void Monitor::Init(uint32_t lock_profiling_threshold, bool (*is_sensitive_thread_hook)()) { in Init() argument
114 lock_profiling_threshold_ = lock_profiling_threshold; in Init()