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()1947 mutex_enter(&thp->th_lock); in lwp_hash_in()1965 mutex_exit(&thp->th_lock); in lwp_hash_in()1982 mutex_enter(&thp->th_lock); in lwp_hash_out()1996 mutex_exit(&thp->th_lock); in lwp_hash_out()2044 mutex_enter(&thp->th_lock); in lwp_hash_lookup_and_lock()2052 mutex_exit(&thp->th_lock); in lwp_hash_lookup_and_lock()[all …]
107 pthread_mutex_t th_lock; /* lock protecting hdl */ member
39 (void) pthread_mutex_lock(&thp->th_lock); in topo_hdl_lock()45 (void) pthread_mutex_unlock(&thp->th_lock); in topo_hdl_unlock()
131 (void) pthread_mutex_init(&thp->th_lock, NULL); in topo_open()
111 kmutex_t th_lock; member
115 addr + offsetof(topo_hdl_t, th_lock), in topo_handle()