Searched refs:cont_tbl_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c53 * calling thread should hold the cont_tbl_lock during the course
54 * of container table lookup. release the cont_tbl_lock on lookup
63 static pthread_mutex_t cont_tbl_lock = PTHREAD_MUTEX_INITIALIZER; variable
113 (void) pthread_mutex_lock(&cont_tbl_lock);
115 (void) pthread_mutex_unlock(&cont_tbl_lock);
199 (void) pthread_mutex_lock(&cont_tbl_lock);
203 pthread_cond_wait(&cont_obj->cond_var, &cont_tbl_lock);
206 (void) pthread_mutex_unlock(&cont_tbl_lock);
1879 (void) pthread_mutex_lock(&cont_tbl_lock);
1889 (void) pthread_mutex_unlock(&cont_tbl_lock);
[all...]

Completed in 56 milliseconds