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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h49 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ member in struct:dt_proc
70 #define DT_PROC_STOP_CREATE 0x02 /* wait on dpr_cv at process exec */
71 #define DT_PROC_STOP_GRAB 0x04 /* wait on dpr_cv at process grab */
72 #define DT_PROC_STOP_PREINIT 0x08 /* wait on dpr_cv at rtld preinit */
73 #define DT_PROC_STOP_POSTINIT 0x10 /* wait on dpr_cv at rtld postinit */
74 #define DT_PROC_STOP_MAIN 0x20 /* wait on dpr_cv at a.out`main() */
H A Ddt_proc.c226 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
239 (void) pthread_cond_broadcast(&dpr->dpr_cv);
249 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
642 (void) pthread_cond_broadcast(&dpr->dpr_cv);
741 (void) pthread_cond_broadcast(&dpr->dpr_cv);
745 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
810 * If the control thread was created, then wait on dpr_cv for either
819 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
871 (void) pthread_cond_init(&dpr->dpr_cv, NULL);
938 (void) pthread_cond_init(&dpr->dpr_cv, NUL
[all...]

Completed in 34 milliseconds