Searched refs:dph_cv (Results 1 – 3 of 3) sorted by relevance
92 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */ member
93 (void) pthread_cond_reltimedwait_np(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
222 (void) pthread_cond_broadcast(&dph->dph_cv); in dt_proc_notify()1057 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL); in dt_proc_init()