Searched refs:dpr_stop (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 */
65 uint8_t dpr_stop; /* stop mask: see flag bits below */ member in struct:dt_proc
H A Ddt_proc.c239 if (dpr->dpr_stop & why) {
240 dpr->dpr_stop |= DT_PROC_STOP_IDLE;
241 dpr->dpr_stop &= ~why;
252 while (dpr->dpr_stop & DT_PROC_STOP_IDLE)
742 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
744 dpr->dpr_stop &= ~DT_PROC_STOP_IDLE;
797 dpr->dpr_stop |= stop; /* set bit for initial rendezvous */
822 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
1016 if (dpr->dpr_stop & DT_PROC_STOP_IDLE) {
1017 dpr->dpr_stop
[all...]

Completed in 47 milliseconds