Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c94 (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()
H A Ddt_proc.h98 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */ member
H A Ddt_proc.c227 (void) pthread_cond_broadcast(&dph->dph_cv); in dt_proc_notify()
932 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL); in dt_proc_init()