Searched refs:d_thr_lock (Results 1 – 3 of 3) sorted by relevance
48 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_xcreate()50 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_xcreate()102 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_create_cmn()104 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_create_cmn()130 (void) pthread_mutex_lock(&fmd.d_thr_lock); in fmd_thread_destroy()132 (void) pthread_mutex_unlock(&fmd.d_thr_lock); in fmd_thread_destroy()
91 pthread_mutex_t d_thr_lock; /* lock for d_thr_list */ member
425 (void) pthread_mutex_init(&dp->d_thr_lock, NULL); in fmd_create()