Home
last modified time | relevance | path

Searched refs:dpr_cv (Results 1 – 2 of 2) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_proc.c265 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_stop()
275 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_stop()
709 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_control()
824 (void) pthread_cond_broadcast(&dpr->dpr_cv);
828 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
906 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
964 (void) pthread_cond_init(&dpr->dpr_cv, NULL);
1040 (void) pthread_cond_init(&dpr->dpr_cv, NULL);
1120 (void) pthread_cond_broadcast(&dpr->dpr_cv);
HDdt_proc.h49 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ member