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