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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h54 uint8_t dpr_quit; /* quit flag: ctl thread should quit */ member in struct:dt_proc
H A Ddt_proc.c413 while (!dpr->dpr_quit) {
415 continue; /* check dpr_quit and continue waiting */
476 * of PCWSTOP with EINTR, at which point we will see dpr_quit and exit.
539 while (!dpr->dpr_quit) {
543 continue; /* check dpr_quit and continue waiting */
549 continue; /* check dpr_quit and continue waiting */
605 dpr->dpr_quit = B_TRUE;
611 dpr->dpr_quit = B_TRUE;
717 * Set the dpr_quit flag to tell the daemon thread to exit. We
731 dpr->dpr_quit
[all...]

Completed in 76 milliseconds