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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h107 pthread_mutex_t th_lock; /* lock protecting hdl */ member in struct:topo_hdl
H A Dtopo_subr.c39 (void) pthread_mutex_lock(&thp->th_lock);
45 (void) pthread_mutex_unlock(&thp->th_lock);
H A Dtopo_snap.c131 (void) pthread_mutex_init(&thp->th_lock, NULL);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlwp.c375 mutex_enter(&old_hash[i].th_lock);
376 mutex_enter(&new_hash[i].th_lock);
427 mutex_exit(&old_hash[i].th_lock);
428 mutex_exit(&new_hash[i].th_lock);
1927 mutex_enter(&thp->th_lock);
1945 mutex_exit(&thp->th_lock);
1962 mutex_enter(&thp->th_lock);
1976 mutex_exit(&thp->th_lock);
2024 mutex_enter(&thp->th_lock);
2029 * it cannot change until after we drop &thp->th_lock;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c114 mdb_printf("%-12s 0x%-34p %-30s\n", "th_lock",
115 addr + offsetof(topo_hdl_t, th_lock),
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h111 kmutex_t th_lock; member in struct:tidhash

Completed in 156 milliseconds