Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c381 mutex_enter(&old_hash[i].th_lock); in lwp_create()
433 mutex_exit(&old_hash[i].th_lock); in lwp_create()
434 mutex_exit(&new_hash[i].th_lock); in lwp_create()
1942 mutex_enter(&thp->th_lock); in lwp_hash_in()
1960 mutex_exit(&thp->th_lock); in lwp_hash_in()
1977 mutex_enter(&thp->th_lock); in lwp_hash_out()
1991 mutex_exit(&thp->th_lock); in lwp_hash_out()
2039 mutex_enter(&thp->th_lock); in lwp_hash_lookup_and_lock()
2047 mutex_exit(&thp->th_lock); in lwp_hash_lookup_and_lock()
2053 *mpp = &thp->th_lock; in lwp_hash_lookup_and_lock()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h111 pthread_mutex_t th_lock; /* lock protecting hdl */ member
H A Dtopo_subr.c47 (void) pthread_mutex_lock(&thp->th_lock); in topo_hdl_lock()
53 (void) pthread_mutex_unlock(&thp->th_lock); in topo_hdl_unlock()
H A Dtopo_snap.c179 (void) pthread_mutex_init(&thp->th_lock, NULL); in topo_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h115 kmutex_t th_lock; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c116 addr + offsetof(topo_hdl_t, th_lock), in topo_handle()