Searched refs:th_lock (Results 1 – 6 of 6) sorted by relevance
382 mutex_enter(&old_hash[i].th_lock); in lwp_create()383 mutex_enter(&new_hash[i].th_lock); in lwp_create()434 mutex_exit(&old_hash[i].th_lock); in lwp_create()435 mutex_exit(&new_hash[i].th_lock); in lwp_create()1972 mutex_enter(&thp->th_lock); in lwp_hash_in()1990 mutex_exit(&thp->th_lock); in lwp_hash_in()2007 mutex_enter(&thp->th_lock); in lwp_hash_out()2021 mutex_exit(&thp->th_lock); in lwp_hash_out()2069 mutex_enter(&thp->th_lock); in lwp_hash_lookup_and_lock()2077 mutex_exit(&thp->th_lock); in lwp_hash_lookup_and_lock()[all …]
111 pthread_mutex_t th_lock; /* lock protecting hdl */ member
47 (void) pthread_mutex_lock(&thp->th_lock); in topo_hdl_lock()53 (void) pthread_mutex_unlock(&thp->th_lock); in topo_hdl_unlock()
179 (void) pthread_mutex_init(&thp->th_lock, NULL); in topo_open()
115 kmutex_t th_lock; member
116 addr + offsetof(topo_hdl_t, th_lock), in topo_handle()