Home
last modified time | relevance | path

Searched refs:tm_cv (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h63 pthread_cond_t tm_cv; /* Module condition variable */ member
H A Dtopo_module.c90 (void) pthread_cond_wait(&mod->tm_cv, &mod->tm_lock); in topo_mod_enter()
105 (void) pthread_cond_broadcast(&mod->tm_cv); in topo_mod_exit()
/titanic_44/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c188 addr + offsetof(topo_mod_t, tm_cv), in topo_module()