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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_proc.h94 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */ member in struct:dt_proc_hash
H A Ddt_work.c94 (void) pthread_cond_reltimedwait_np(&dph->dph_cv, &dph->dph_lock, &tv);
110 (void) pthread_cond_timedwait(&dph->dph_cv, &dph->dph_lock, &tv);
H A Ddt_proc.c75 * list and the control thread broadcasts to dph_cv. dtrace_sleep() will wake
252 (void) pthread_cond_broadcast(&dph->dph_cv);
1161 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL);

Completed in 198 milliseconds