Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1216 pthread_mutex_t env_monitor_mutex = PTHREAD_MUTEX_INITIALIZER; in system_temp_thr() local
1226 (void) pthread_mutex_lock(&env_monitor_mutex); in system_temp_thr()
1228 &env_monitor_mutex, &to); in system_temp_thr()
1232 (void) pthread_mutex_unlock(&env_monitor_mutex); in system_temp_thr()
1236 (void) pthread_mutex_unlock(&env_monitor_mutex); in system_temp_thr()
1562 pthread_mutex_t env_monitor_mutex = PTHREAD_MUTEX_INITIALIZER; in disk_temp_thr() local
1580 (void) pthread_mutex_lock(&env_monitor_mutex); in disk_temp_thr()
1582 &env_monitor_mutex, &to); in disk_temp_thr()
1589 &env_monitor_mutex); in disk_temp_thr()
1592 (void) pthread_mutex_unlock(&env_monitor_mutex); in disk_temp_thr()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1643 pthread_mutex_t env_monitor_mutex = PTHREAD_MUTEX_INITIALIZER; in handle_overtemp_interrupt() local
1760 (void) pthread_mutex_lock(&env_monitor_mutex); in handle_overtemp_interrupt()
1762 &env_monitor_mutex, &to); in handle_overtemp_interrupt()
1766 (void) pthread_mutex_unlock(&env_monitor_mutex); in handle_overtemp_interrupt()
1769 (void) pthread_mutex_unlock(&env_monitor_mutex); in handle_overtemp_interrupt()
1790 pthread_mutex_t env_monitor_mutex = PTHREAD_MUTEX_INITIALIZER; in ovtemp_thr() local
1817 (void) pthread_mutex_lock(&env_monitor_mutex); in ovtemp_thr()
1819 &env_monitor_mutex, &to); in ovtemp_thr()
1823 (void) pthread_mutex_unlock(&env_monitor_mutex); in ovtemp_thr()
1826 (void) pthread_mutex_unlock(&env_monitor_mutex); in ovtemp_thr()
[all …]