Searched defs:threshold_mutex_warning (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c114 ulong threshold_mutex_info = 200, threshold_mutex_warning = 500; variable
407 register_config_handler("health_monitor", "threshold_mutex_warning",
2206 } else if (strcmp(token, "threshold_mutex_warning") == 0) {
2207 threshold_mutex_warning = atol(cptr);
2718 } else if (mutexrate < threshold_mutex_warning) {

Completed in 23 milliseconds