Searched defs:update_cv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c85 static pthread_cond_t update_cv; variable
296 (void) pthread_cond_wait(&update_cv, &update_lock);
312 (void) pthread_cond_signal(&update_cv);
354 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) {
H A Dresource.c68 static pthread_cond_t update_cv; variable
292 (void) pthread_cond_wait(&update_cv, &update_lock);
308 (void) pthread_cond_signal(&update_cv);
351 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) {
H A Dproblem.c69 static pthread_cond_t update_cv; variable
300 (void) pthread_cond_wait(&update_cv, &update_lock);
316 (void) pthread_cond_signal(&update_cv);
345 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) {

Completed in 75 milliseconds