Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_timerq.c58 (void) pthread_mutex_lock(&tmq->tmq_lock); in fmd_timerq_install()
68 (void) pthread_mutex_unlock(&tmq->tmq_lock); in fmd_timerq_install()
106 (void) pthread_mutex_unlock(&tmq->tmq_lock); in fmd_timerq_install()
128 (void) pthread_mutex_lock(&tmq->tmq_lock); in fmd_timerq_remove()
133 (void) pthread_mutex_unlock(&tmq->tmq_lock); in fmd_timerq_remove()
159 (void) pthread_cond_wait(&tp->tmr_cv, &tmq->tmq_lock); in fmd_timerq_remove()
162 (void) pthread_mutex_unlock(&tmq->tmq_lock); in fmd_timerq_remove()
195 (void) pthread_mutex_lock(&tmq->tmq_lock); in fmd_timerq_exec()
199 (void) pthread_cond_wait(&tmq->tmq_cv, &tmq->tmq_lock); in fmd_timerq_exec()
202 (void) pthread_mutex_unlock(&tmq->tmq_lock); in fmd_timerq_exec()
[all …]
H A Dfmd_timerq.h59 pthread_mutex_t tmq_lock; /* lock protecting timer queue contents */ member