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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c59 (void) pthread_mutex_lock(&mod->tm_lock);
62 (void) pthread_mutex_unlock(&mod->tm_lock);
70 (void) pthread_mutex_lock(&mod->tm_lock);
78 (void) pthread_mutex_unlock(&mod->tm_lock);
84 (void) pthread_mutex_lock(&mod->tm_lock);
87 (void) pthread_cond_wait(&mod->tm_cv, &mod->tm_lock);
91 (void) pthread_mutex_unlock(&mod->tm_lock);
97 (void) pthread_mutex_lock(&mod->tm_lock);
103 (void) pthread_mutex_unlock(&mod->tm_lock);
185 assert(!MUTEX_HELD(&mod->tm_lock));
[all...]
H A Dtopo_module.h62 pthread_mutex_t tm_lock; /* Lock for tm_cv/owner/flags/refs */ member in struct:topo_mod

Completed in 22 milliseconds