Searched refs:lock_profiling_threshold (Results 1 – 2 of 2) sorted by relevance
70 static void Init(uint32_t lock_profiling_threshold, bool (*is_sensitive_thread_hook)());
113 void Monitor::Init(uint32_t lock_profiling_threshold, bool (*is_sensitive_thread_hook)()) { in Init() argument114 lock_profiling_threshold_ = lock_profiling_threshold; in Init()