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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.h57 pthread_cond_t dpr_cv; /* cond for dpr_stop/quit/done */ member in struct:dt_proc
60 RTSEMEVENT dpr_cv; member in struct:dt_proc
86 #define DT_PROC_STOP_CREATE 0x02 /* wait on dpr_cv at process exec */
87 #define DT_PROC_STOP_GRAB 0x04 /* wait on dpr_cv at process grab */
88 #define DT_PROC_STOP_PREINIT 0x08 /* wait on dpr_cv at rtld preinit */
89 #define DT_PROC_STOP_POSTINIT 0x10 /* wait on dpr_cv at rtld postinit */
90 #define DT_PROC_STOP_MAIN 0x20 /* wait on dpr_cv at a.out`main() */
H A Ddt_proc.c230 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
243 (void) pthread_cond_broadcast(&dpr->dpr_cv);
253 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
646 (void) pthread_cond_broadcast(&dpr->dpr_cv);
745 (void) pthread_cond_broadcast(&dpr->dpr_cv);
749 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
814 * If the control thread was created, then wait on dpr_cv for either
823 (void) pthread_cond_wait(&dpr->dpr_cv, &dpr->dpr_lock);
875 (void) pthread_cond_init(&dpr->dpr_cv, NULL);
942 (void) pthread_cond_init(&dpr->dpr_cv, NUL
[all...]

Completed in 133 milliseconds