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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h90 pthread_cond_t dph_cv; /* cond for waiting for dph_notify */ member in struct:dt_proc_hash
H A Ddt_work.c93 (void) pthread_cond_reltimedwait_np(&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
218 (void) pthread_cond_broadcast(&dph->dph_cv);
1043 (void) pthread_cond_init(&dtp->dt_procs->dph_cv, NULL);

Completed in 17 milliseconds