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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h55 uint8_t dpr_done; /* done flag: ctl thread has exited */ member in struct:dt_proc
H A Ddt_proc.c632 * Destroy and remove any remaining breakpoints, set dpr_done and clear
639 dpr->dpr_done = B_TRUE;
721 * then wait for dpr_done to indicate the thread has exited.
744 while (!dpr->dpr_done)
811 * dpr_done to be set (the victim died or the control thread failed)
818 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
822 * If dpr_done is set, the control thread aborted before it
827 if (dpr->dpr_done) {

Completed in 26 milliseconds