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

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c115 static pthread_mutex_t fmevt_lock = PTHREAD_MUTEX_INITIALIZER; variable
509 (void) pthread_mutex_lock(&fmevt_lock);
513 (void) pthread_cond_wait(&fmevt_cv, &fmevt_lock);
514 (void) pthread_mutex_unlock(&fmevt_lock);
519 (void) pthread_mutex_unlock(&fmevt_lock);
546 (void) pthread_mutex_lock(&fmevt_lock);
551 (void) pthread_mutex_unlock(&fmevt_lock);
645 (void) pthread_mutex_lock(&fmevt_lock);
648 (void) pthread_cond_wait(&fmevt_cv, &fmevt_lock);
649 (void) pthread_mutex_unlock(&fmevt_lock);
[all...]

Completed in 44 milliseconds