Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c80 static pthread_mutex_t sensor_mutex = PTHREAD_MUTEX_INITIALIZER; variable
263 (void) pthread_mutex_lock(&sensor_mutex); in get_curr_temp()
265 (void) pthread_mutex_unlock(&sensor_mutex); in get_curr_temp()
289 (void) pthread_mutex_lock(&sensor_mutex); in get_sensor_condition()
294 (void) pthread_mutex_unlock(&sensor_mutex); in get_sensor_condition()
298 (void) pthread_mutex_lock(&sensor_mutex); in get_sensor_condition()
316 (void) pthread_mutex_unlock(&sensor_mutex); in get_sensor_condition()
335 (void) pthread_mutex_lock(&sensor_mutex); in get_sensor_thr()
353 (void) pthread_mutex_unlock(&sensor_mutex); in get_sensor_thr()
376 (void) pthread_mutex_lock(&sensor_mutex); in set_sensor_thr()
[all …]