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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h48 pthread_mutex_t mh_lock; /* hash lock */ member in struct:topo_modhash
H A Dtopo_module.c109 (void) pthread_mutex_lock(&mhp->mh_lock);
115 (void) pthread_mutex_unlock(&mhp->mh_lock);
267 (void) pthread_mutex_init(&mhp->mh_lock, NULL);

Completed in 22 milliseconds