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

/netbsd-current/external/cddl/osnet/dist/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.c709 * Destroy and remove any remaining breakpoints, set dpr_done and clear
716 dpr->dpr_done = B_TRUE;
810 * then wait for dpr_done to indicate the thread has exited.
839 while (!dpr->dpr_done)
910 * dpr_done to be set (the victim died or the control thread failed)
917 while (!dpr->dpr_done && !(dpr->dpr_stop & DT_PROC_STOP_IDLE))
921 * If dpr_done is set, the control thread aborted before it
926 if (dpr->dpr_done) {

Completed in 273 milliseconds