Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c248 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_stop()
258 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_stop()
530 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_control()
624 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_destroy()
628 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_destroy()
702 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_create_thread()
754 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_create()
820 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_grab()
894 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_continue()
H A Ddt_proc.h56 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ member