Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_sensitive_thread_hook_

103 bool (*Monitor::is_sensitive_thread_hook_)() = NULL;
107 if (is_sensitive_thread_hook_ != NULL) {
108 return (*is_sensitive_thread_hook_)();
115 is_sensitive_thread_hook_ = is_sensitive_thread_hook;