Home
last modified time | relevance | path

Searched refs: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
295 (void) pthread_cond_wait(&update_cv, &update_lock); in update_thread()
311 (void) pthread_cond_signal(&update_cv); in request_update()
353 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) { in sunFmModuleTable_init()
H A Dresource.c68 static pthread_cond_t update_cv; variable
291 (void) pthread_cond_wait(&update_cv, &update_lock); in update_thread()
307 (void) pthread_cond_signal(&update_cv); in request_update()
350 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) { in sunFmResourceTable_init()
H A Dproblem.c69 static pthread_cond_t update_cv; variable
299 (void) pthread_cond_wait(&update_cv, &update_lock); in update_thread()
315 (void) pthread_cond_signal(&update_cv); in request_update()
344 if ((err = pthread_cond_init(&update_cv, NULL)) != 0) { in sunFmProblemTable_init()