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

/freebsd-10.2-release/cddl/contrib/opensolaris/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.c699 * Destroy and remove any remaining breakpoints, set dpr_done and clear
706 dpr->dpr_done = B_TRUE;
800 * then wait for dpr_done to indicate the thread has exited.
827 while (!dpr->dpr_done)
898 * dpr_done to be set (the victim died or the control thread failed)
905 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
909 * If dpr_done is set, the control thread aborted before it
914 if (dpr->dpr_done) {

Completed in 20 milliseconds