Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c239 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_stop()
249 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_stop()
642 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_control()
741 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_destroy()
745 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_destroy()
819 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock); in dt_proc_create_thread()
871 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_create()
938 (void) pthread_cond_init(&dpr->dpr_cv, NULL); in dt_proc_grab()
1014 (void) pthread_cond_broadcast(&dpr->dpr_cv); in dt_proc_continue()
H A Ddt_proc.h49 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ member