Home
last modified time | relevance | path

Searched refs:tm_lock (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c65 (void) pthread_mutex_lock(&mod->tm_lock); in topo_mod_hold()
68 (void) pthread_mutex_unlock(&mod->tm_lock); in topo_mod_hold()
76 (void) pthread_mutex_lock(&mod->tm_lock); in topo_mod_rele()
84 (void) pthread_mutex_unlock(&mod->tm_lock); in topo_mod_rele()
90 (void) pthread_mutex_lock(&mod->tm_lock); in topo_mod_enter()
97 (void) pthread_mutex_unlock(&mod->tm_lock); in topo_mod_enter()
103 (void) pthread_mutex_lock(&mod->tm_lock); in topo_mod_exit()
109 (void) pthread_mutex_unlock(&mod->tm_lock); in topo_mod_exit()
193 assert(!MUTEX_HELD(&mod->tm_lock)); in topo_mod_destroy()
347 assert(MUTEX_HELD(&mod->tm_lock)); in topo_modhash_unload()
[all …]
H A Dtopo_module.h60 pthread_mutex_t tm_lock; /* Lock for tm_cv/owner/flags/refs */ member
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlock.c82 tm_lock(int fd) in tm_lock() function
H A Dtmextern.h100 extern int tm_lock(int);
H A Dtmchild.c316 if (tm_lock(0) != 0) { in openline()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c186 addr + offsetof(topo_mod_t, tm_lock), in topo_module()