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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h62 pthread_mutex_t tm_lock; /* Lock for tm_cv/owner/flags/refs */
63 pthread_cond_t tm_cv; /* Module condition variable */ member in struct:topo_mod
H A Dtopo_module.c87 (void) pthread_cond_wait(&mod->tm_cv, &mod->tm_lock);
102 (void) pthread_cond_broadcast(&mod->tm_cv);

Completed in 21 milliseconds