Home
last modified time | relevance | path

Searched refs:dph_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c76 (void) pthread_mutex_lock(&dph->dph_lock); in dtrace_sleep()
81 (void) pthread_mutex_unlock(&dph->dph_lock); in dtrace_sleep()
94 (void) pthread_cond_reltimedwait_np(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
110 (void) pthread_cond_timedwait(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
127 (void) pthread_mutex_unlock(&dph->dph_lock); in dtrace_sleep()
H A Ddt_proc.c222 (void) pthread_mutex_lock(&dph->dph_lock); in dt_proc_notify()
228 (void) pthread_mutex_unlock(&dph->dph_lock); in dt_proc_notify()
638 (void) pthread_mutex_lock(&dph->dph_lock); in dt_proc_destroy()
651 (void) pthread_mutex_unlock(&dph->dph_lock); in dt_proc_destroy()
931 (void) pthread_mutex_init(&dtp->dt_procs->dph_lock, NULL); in dt_proc_init()
H A Ddt_proc.h97 pthread_mutex_t dph_lock; /* lock protecting dph_notify list */ member